Skip to content

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_dispatch]
on:

Check failure on line 4 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
pull_request:
push:
workflow_dispatch:
schedule:
- cron: '43 5 1 * *'
permissions:
contents: read
jobs:
mitmtest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: bash tests/mitmtest.sh