Skip to content

Merge pull request #1169 from glimps-cbi/feat/add_glimps_actions #1168

Merge pull request #1169 from glimps-cbi/feat/add_glimps_actions

Merge pull request #1169 from glimps-cbi/feat/add_glimps_actions #1168

Workflow file for this run

name: Check linting
on: push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.10
uses: actions/setup-python@v3
id: setup-python
with:
python-version: "3.10"
- uses: actions/checkout@v3
- name: Run
working-directory: .
run: |
python linter.py check --changes