[pre-commit.ci] pre-commit autoupdate #26
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- uses: ./ | |
- name: Check sort with disorder | |
run: sort -c test/test.txt || true | |
- name: Check sort with disorder in an unusually named file | |
run: sort -c test/test:2.txt || true |