check workflow
This commit is contained in:
15
.gitea/workflows/check.yaml
Normal file
15
.gitea/workflows/check.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Global Runner Check
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test-linux:
|
||||
runs-on: linux
|
||||
steps:
|
||||
- run: clang++-21 --version
|
||||
- run: echo "Hello from Linux host!"
|
||||
|
||||
test-valgrind:
|
||||
runs-on: valgrind
|
||||
steps:
|
||||
- run: valgrind --version
|
||||
- run: echo "Valgrind is ready for action!"
|
||||
Reference in New Issue
Block a user