Skip to content

Merge pull request #45 from mxstack/dependabot/github_actions/peaceir… #211

Merge pull request #45 from mxstack/dependabot/github_actions/peaceir…

Merge pull request #45 from mxstack/dependabot/github_actions/peaceir… #211

Workflow file for this run

name: Lint
on:
push:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install Project
run: make install
- name: Run checks
run: make check