Skip to content

Rename .devcontainer/devcontainer.json to .devcontainer/mustafacco7/P… #3993

Rename .devcontainer/devcontainer.json to .devcontainer/mustafacco7/P…

Rename .devcontainer/devcontainer.json to .devcontainer/mustafacco7/P… #3993

Workflow file for this run

name: Checklist
on:
pull_request_target:
branches:
- main
types:
- opened
- reopened
- ready_for_review
- edited
- synchronize
permissions:
contents: read
jobs:
Test:
name: Verify Status
runs-on: windows-latest
if: |
!contains(github.event.pull_request.title, 'WIP') &&
!github.event.pull_request.draft
defaults:
run:
shell: pwsh
steps:
- name: Checkout Repository
id: checkout_repo
uses: actions/checkout@v4
- name: Verify Checklist
id: verify_checklist
uses: ./.github/actions/verification/checklist/v1