Add github action

This commit is contained in:
Krzosa Karol
2023-12-31 09:05:25 +01:00
parent d050fbd388
commit 508620f4a4

8
.github/test.yml vendored Normal file
View 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