Skip to content

Merge pull request #27 from geekcell/revert-26-sdkv3final #35

Merge pull request #27 from geekcell/revert-26-sdkv3final

Merge pull request #27 from geekcell/revert-26-sdkv3final #35

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
linter:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Check code style
run: npm run lint