Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)
at lambda-fork/main 17 lines 469 B view raw
1name: Lint GitHub Actions workflows 2on: [push, pull_request] 3 4permissions: 5 contents: read 6 7jobs: 8 actionlint: 9 runs-on: ubuntu-latest 10 steps: 11 - uses: actions/checkout@v6 12 - name: Check workflow files 13 run: | 14 echo "::add-matcher::.github/actionlint-matcher.json" 15 bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.4/scripts/download-actionlint.bash) 16 ./actionlint -color 17 shell: bash