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

bump GitHub Actions OS (#2) #19

bump GitHub Actions OS (#2)

bump GitHub Actions OS (#2) #19

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@v4
- run: make lint