Skip to content

python publish action #5

python publish action

python publish action #5

Workflow file for this run

name: Run tests
on: pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: direnv-nix
uses: JRMurr/[email protected]
- name: run tests
run: just test
shell: bash