Skip to content

Merge #137

Merge #137 #276

Workflow file for this run

name: CI
on:
push:
branches: [main, staging, trying]
jobs:
lint:
name: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: lint
run: make lint