Skip to content

3.4.0 - feat: fabric channel snapshot #372

3.4.0 - feat: fabric channel snapshot

3.4.0 - feat: fabric channel snapshot #372

name: lint-and-compile
on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
jobs:
lint-and-compile:
runs-on: ubuntu-22.04 # ubuntu-latest | ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run eslint
- run: npm run build-ts