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

bump GitHub Actions OS #15

bump GitHub Actions OS

bump GitHub Actions OS #15

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