8000 update README · VGLoic/hardhat-soko@19edbd8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

update README

update README #68

name: Format and lint check
on:
push:
branches:
- main
pull_request:
jobs:
format-and-lint:
runs-on: ubuntu-latest
name: Format and lint check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run format:check
- run: npm run lint
0