Skip to content

fix(system-scripts): use public script from CCC #464

fix(system-scripts): use public script from CCC

fix(system-scripts): use public script from CCC #464

Workflow file for this run

name: Nodejs CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install dependencies
run: yarn
- name: Linting
run: yarn run lint
- name: Building
run: yarn run build
- run: yarn run fmt
- run: git diff --exit-code