Skip to content

Merge pull request #49 from mxstack/dependabot/github_actions/actions… #242

Merge pull request #49 from mxstack/dependabot/github_actions/actions…

Merge pull request #49 from mxstack/dependabot/github_actions/actions… #242

Workflow file for this run

name: Lint
on:
push:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- 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