Add actionlint step by ShaharNaveh · Pull Request #7464 · RustPython/RustPython
- name: Install dependencies uses: ./.github/actions/install-linux-deps with: ${{ matrix.dependencies || fromJSON('{}') }}
Check failure on line 144 in .github/workflows/ci.yaml
GitHub Actions / format_check
[actionlint] reported by reviewdog 🐶 "with" section is scalar node but mapping node is expected [syntax-check] Raw Output: e:.github/workflows/ci.yaml:144:15: "with" section is scalar node but mapping node is expected [syntax-check]
- uses: dtolnay/rust-toolchain@stable with:
- name: run cpython tests to check if env polluters have stopped polluting shell: bash run: |
Check warning on line 324 in .github/workflows/ci.yaml
GitHub Actions / format_check
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:16:10: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/ci.yaml:324:9: shellcheck reported issue in this script: SC2086:info:16:10: Double quote to prevent globbing and word splitting [shellcheck]
Check warning on line 324 in .github/workflows/ci.yaml
GitHub Actions / format_check
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:12:8: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/ci.yaml:324:9: shellcheck reported issue in this script: SC2086:info:12:8: Double quote to prevent globbing and word splitting [shellcheck]
- name: install prettier run: yarn global add prettier && echo "$(yarn global bin)" >>$GITHUB_PATH run: | yarn global add prettier yarn global bin >> "$GITHUB_PATH"
- name: check wasm code with prettier # prettier doesn't handle ignore files very well: https://github.com/prettier/prettier/issues/8506
Check warning on line 557 in .github/workflows/ci.yaml
GitHub Actions / format_check
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yaml:557:9: shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting [shellcheck]
Check warning on line 559 in .github/workflows/ci.yaml
GitHub Actions / format_check
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/ci.yaml:559:9: shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting [shellcheck]