feat: Add test action

This commit is contained in:
Anton Stubenbord
2023-10-26 22:20:13 +02:00
parent bf601c8177
commit f1f36c9ea3

12
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Create Build Directory
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create Build Directory
run: |
mkdir /tmp/build
touch /tmp/build/test.txt