Skip to content

Check TURN readiness #1

Check TURN readiness

Check TURN readiness #1

name: Check TURN readiness
on:
# schedule:
# - cron: "0 * * * *" every hour
workflow_dispatch:
inputs: {}
env:

Check failure on line 9 in .github/workflows/turn-readiness-check.yml

View workflow run for this annotation

GitHub Actions / Check TURN readiness

Invalid workflow file

The workflow is not valid. .github/workflows/turn-readiness-check.yml (Line: 9, Col: 5): Unexpected value ''
jobs:
lints:
name: Check TURN readiness
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run script
run: nix run .\#turn-readiness-check