Skip to content

foren(Sharks Meet the Wire) Add chall #50

foren(Sharks Meet the Wire) Add chall

foren(Sharks Meet the Wire) Add chall #50

Workflow file for this run

name: Challenge Pipeline
on:
push:
branches: ['master']
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
build:
uses: ./.github/workflows/build.yml
needs: lint
ctfd:
uses: ./.github/workflows/ctfd.yml
needs: build
secrets: inherit
readme:
uses: ./.github/workflows/readme.yml
needs: ctfd
secrets: inherit