Skip to content

Move downloads to YAML file #83

Move downloads to YAML file

Move downloads to YAML file #83

Workflow file for this run

name: Check
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
check:
runs-on: "ubuntu-latest"
name: "check"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Run checks"
run: |
python ./check.py