|
|
|
|
@ -4,6 +4,7 @@ on:
@@ -4,6 +4,7 @@ on:
|
|
|
|
|
pull_request: |
|
|
|
|
paths: |
|
|
|
|
- "lint-workflow" |
|
|
|
|
- .github/workflows/test-lint-workflow.yml |
|
|
|
|
push: |
|
|
|
|
branches: |
|
|
|
|
- "main" |
|
|
|
|
@ -13,6 +14,8 @@ jobs:
@@ -13,6 +14,8 @@ jobs:
|
|
|
|
|
test-lint-workflow: |
|
|
|
|
name: Test Lint Workflow |
|
|
|
|
runs-on: ubuntu-24.04 |
|
|
|
|
permissions: |
|
|
|
|
contents: read |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout Branch |
|
|
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
|
|
|
|
|