Skip to content

Commit

Permalink
Merge branch 'main' into git-status-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jun 5, 2024
2 parents 3eec215 + 50e122e commit e7838a9
Show file tree
Hide file tree
Showing 34 changed files with 10,952 additions and 8,330 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,14 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i --no-optional
- run: npm run build --if-present
- run: npm test
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '*'
cache: 'npm'
- run: npm i --no-optional
- run: npm run build --if-present
- run: npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Options:
```

`-t path/to/tsconfig.json` or `--tsconfig path/to/tsconfig.json`
Specifies the project to use the tool on. If no arguement given, the tool will use the tsconfig in the current working directory.
Specifies the project to use the tool on. If no argument given, the tool will use the tsconfig in the current working directory.

`-e <number>` or `--errorCode <number>`
Specifies the errors to fix. Several error codes can be specified during the same command.
Expand Down
Loading

0 comments on commit e7838a9

Please sign in to comment.