Skip to content

Bump breakpoint binary version to v0.0.18. #59

Bump breakpoint binary version to v0.0.18.

Bump breakpoint binary version to v0.0.18. #59

Workflow file for this run

name: Lint and format check
on: [pull_request, push]
jobs:
lint-format:
permissions:
contents: read
runs-on: nscloud-ubuntu-22.04-amd64-2x8
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
# This should match the using value in `actions.yaml`
node-version: 16
- run: npm install
- run: npm run lint
- run: npm run format-check