Skip to content

Duplicate countries to be in lowercase for x-country header update. #175

Duplicate countries to be in lowercase for x-country header update.

Duplicate countries to be in lowercase for x-country header update. #175

name: Lint GitHub Actions
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Check workflow files
run: |
echo "::add-matcher::.github/matchers/actionlint-matcher.json"
docker run --rm \
--network none \
-v "$PWD/.git:/repo/.git:ro" \
-v "$PWD/.github/workflows:/repo/.github/workflows:ro" \
-w /repo \
rhysd/actionlint:1.7.1 -color
shell: bash