Skip to content

Update to newer GH Actions versions #2

Update to newer GH Actions versions

Update to newer GH Actions versions #2

Workflow file for this run

name: lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Check code formatting
run: |
make lint