Skip to content

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 #28

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 #28

Workflow file for this run

name: CI
on:
push:
branches: [ main, Stable-Test, QA-Test ]
pull_request:
branches: [ main, Stable-Test, QA-Test ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js 20.12.0
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: '20.12.0'
- name: Install dependencies
run: npm ci
- name: Lint source
run: npm run lint
- name: Unit test smart contracts
run: npm test