Skip to content

use different names for the unittest artifacts #169

use different names for the unittest artifacts

use different names for the unittest artifacts #169

Workflow file for this run

name: lint
on: [push]
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pip dependencies
run: pip install -r requirements-dev.txt
- name: Run linting
run: ./lint.sh