Testing actions
This commit is contained in:
8
.github/workflows/run-tests.yml
vendored
Normal file
8
.github/workflows/run-tests.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
on: [push]
|
||||
jobs:
|
||||
run-and-compile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
uses: actions/checkout@v4
|
||||
run: apt install clang
|
||||
run: ls
|
||||
Reference in New Issue
Block a user