indievc / terms

documentation and content created for Indie.vc
228 stars 76 forks source link

on: push: branches: [ "main" ] pull_request: branches: [ "main" ] jobs: build-and-test: runs-on: ubuntu-latest env: NGROK_TEST_ONLINE: 1 NGROK_TEST_LONG: 1 NGROK_TEST_FLAKEY: 1 NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }} steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v18 #19

Open Gitabhsuosowo opened 2 months ago