Skip to content

Commit

Permalink
Merge pull request #76 from holochain/turn-readiness-workflow
Browse files Browse the repository at this point in the history
feat(github/worfklows): add turn readiness check
  • Loading branch information
steveej authored Mar 22, 2024
2 parents 572b3c0 + eafff40 commit ce692ff
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/turn-readiness-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Check TURN readiness

on:
# schedule:
# - cron: "0 * * * *" every hour
workflow_dispatch:
inputs: {}

env:

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

0 comments on commit ce692ff

Please sign in to comment.