Skip to content

Commit

Permalink
Merge pull request #2 from tal7aouy/feat
Browse files Browse the repository at this point in the history
setup workflow
  • Loading branch information
tal7aouy authored Sep 20, 2024
2 parents 87e0788 + 4586984 commit 9dd3585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:

jobs:
publish:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
Expand All @@ -22,4 +21,4 @@ jobs:

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/check.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check
on:
push:
branches:
- master
- main

jobs:
lint-test:
Expand All @@ -15,4 +15,4 @@ jobs:
node-version: '16'
- run: npm install --production=false
- run: npx eslint . --ext .ts
- run: npm test
- run: npm test

0 comments on commit 9dd3585

Please sign in to comment.