Add ci for tcp over udp #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TCP over UDP CI | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
jobs: | ||
submodule-ci: | ||
Check failure on line 12 in .github/workflows/tcp_over_udp.yml GitHub Actions / TCP over UDP CIInvalid workflow file
|
||
uses: eomielan/tcp-over-udp/.github/workflows/ci.yml@main | ||
with: | ||
working-directory: 'backend/tcpOverUdp' | ||