Skip to content

improve gha security #17

improve gha security

improve gha security #17

Workflow file for this run

name: Examples
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: pip install -e .
- run: fractal-health tests/checks_config_fail.yaml -l DEBUG
- run: fractal-health tests/checks_config_success.yaml -l DEBUG