Skip to content

Quick rerun in new env #32

Quick rerun in new env

Quick rerun in new env #32

Workflow file for this run

name: ci
on: [pull_request]
jobs:
code_qc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Up Basic Python Env
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run Linter & Static Security Checks
run: make lint