Skip to content

Updates for 10.0.1 #322

Updates for 10.0.1

Updates for 10.0.1 #322

Workflow file for this run

name: ci
on: pull_request
jobs:
code_qc:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: ["ubuntu-latest"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run Linting and Code Security Checks
run: |
make lint