diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index 8f3a8b1..c78e76c 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -1 +1,17 @@ -https://git.ghlix.com/Open-Solution/OpenDesk_NIX_Configs.git \ No newline at end of file +https://git.ghlix.com/Open-Solution/OpenDesk_NIX_Configs.git + +test: + name: Test + on: + push: + branches: + - master + jobs: + test: + name: Test + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Run tests + run: echo "Running tests" \ No newline at end of file