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 db23916
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/fossil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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

- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint --
--format @microsoft/eslint-formatter-sarif
Expand Down

0 comments on commit db23916

Please sign in to comment.