Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Apr 28, 2023
1 parent fbde5da commit 20e0bdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: yarn install

- name: Lint
run: npx eslint src/ --ext .ts

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scolengo-api",
"version": "1.0.1",
"version": "1.0.2",
"types": "types/index.d.ts",
"homepage": "https://github.com/maelgangloff/scolengo-api#readme",
"bugs": {
Expand Down

0 comments on commit 20e0bdd

Please sign in to comment.