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 3c16f1c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/fossil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ 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
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- name: Install dependencies
# ToDo: use 'npm ci' after we adopt package-lock.json file
run: npm install

- name: Run ESLint
run: npm run lint --
--format @microsoft/eslint-formatter-sarif
Expand Down

0 comments on commit 3c16f1c

Please sign in to comment.