forked from Green-Sky/tomato
Merge commit 'ff3512a77e6690b0fa2bdaf691cca5317eb32367' into net_prof
This commit is contained in:
12
external/toxcore/c-toxcore/.github/workflows/checks.yml
vendored
Normal file
12
external/toxcore/c-toxcore/.github/workflows/checks.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: checks
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
types: [opened, reopened, synchronize, milestoned]
|
||||
pull_request_target:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
uses: TokTok/ci-tools/.github/workflows/check-release.yml@master
|
Reference in New Issue
Block a user