Skip to content

Commit fb00efb

Browse files
committed
chore: linting and small refinements
1 parent 51f75bd commit fb00efb

File tree

7 files changed

+5690
-3619
lines changed

7 files changed

+5690
-3619
lines changed

.github/workflows/pr-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
22+
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
28-
28+
2929
- name: Install dependencies
3030
run: npm ci
31-
31+
3232
- name: Lint
3333
run: npm run lint
34-
34+
3535
- name: Type check
3636
run: npm run type:check
37-
37+
3838
- name: Run tests
3939
run: npm run test:coverage
40-
40+
4141
- name: Build
4242
run: npm run build
43-
43+
4444
- name: Verify binary execution
45-
run: node dist/index.js
45+
run: node dist/index.js version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
116116

117117
## License
118118

119-
MIT © Ulises Gascón
119+
MIT © Ulises Gascón — see [LICENSE](LICENSE)

0 commit comments

Comments
 (0)