Skip to content

Lint code in separate workflow #1

Lint code in separate workflow

Lint code in separate workflow #1

Workflow file for this run

name: Lint code
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
- run: make install
- run: make lint