Skip to content

bump GitHub Actions OS #21

bump GitHub Actions OS

bump GitHub Actions OS #21

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- run: make lint