Skip to content

Commit

Permalink
Merge pull request #316 from rsksmart/Stable-Test
Browse files Browse the repository at this point in the history
Stable test -> master
  • Loading branch information
Luisfc68 authored Feb 10, 2025
2 parents 5808968 + f5ca977 commit 98a1664
Show file tree
Hide file tree
Showing 49 changed files with 19,717 additions and 17,433 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install truffle
run: npm install -g truffle

- name: NPM Login
run: npm config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: npm ci
# - name: Lint source and tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
security-events: write
packages: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Expand All @@ -17,6 +18,9 @@ jobs:
with:
node-version: '19.6.0'

- name: NPM Login
run: npm config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: npm ci

Expand Down
Loading

0 comments on commit 98a1664

Please sign in to comment.