Skip to content

Merge pull request #236 from py-actions/py-ci-versions #756

Merge pull request #236 from py-actions/py-ci-versions

Merge pull request #236 from py-actions/py-ci-versions #756

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Node 20 eslint run
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install eslint
run: npm install eslint
- name: Lint
run: make lint