Skip to content

move the link to the AI tips #1221

move the link to the AI tips

move the link to the AI tips #1221

Workflow file for this run

name: Run tests
on: push
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
- uses: ./.github/actions/setup
- name: Run tests
run: make test