OpenDesk_NIX_Configs/.gitea/workflows/example.yaml
Workflow config file is invalid. Please check your config file: yaml: line 3: mapping values are not allowed in this context
2024-09-23 15:04:36 +02:00

17 lines
329 B
YAML

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"