Skip to content

update actions/checkout (#5) #24

update actions/checkout (#5)

update actions/checkout (#5) #24

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