Skip to content

Change config file name #10

Change config file name

Change config file name #10

Workflow file for this run

---
name: validate
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.7
- run: make lint