Skip to content

Merge branch 'main' of github.com:mlund/template-for-supporting-infor… #12

Merge branch 'main' of github.com:mlund/template-for-supporting-infor…

Merge branch 'main' of github.com:mlund/template-for-supporting-infor… #12

Workflow file for this run

name: ruff
on: [push]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-check
id: ruff-check
uses: jpetrucciani/ruff-check@main
with:
path: '.'