Skip to content

Commit

Permalink
dev: trying to make 'Release' step to work
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Apr 1, 2024
1 parent 1a99497 commit 6844b92
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/fossil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ jobs:
name: Run Fossil Tests
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install packages
run: npm install
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

- name: Run ESLint
run: npm run lint --
Expand Down

0 comments on commit 6844b92

Please sign in to comment.