Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Archival statement to match website repo #194

Archival statement to match website repo

Archival statement to match website repo #194

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
node-version: '12.x'
- name: Run lint
run: |
make lint