aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-01-09 17:32:40 +0100
committerJán Sučan <jan@jansucan.com>2024-01-09 17:38:11 +0100
commit1dd0f4e6bbde396c66f6eb86b5b4a30952c02026 (patch)
tree62dbb1b820cbe0b800ca7653295cc4ea3d2f235d /.github/workflows/tests.yml
parent82adeccf84f132e0f259dc603db3ecf26a35b36a (diff)
github: Improve formatting of a workflow file
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 565a096..48773a1 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,5 +1,8 @@
name: Run tests
-on: push
+
+on:
+ push
+
jobs:
run-tests:
runs-on: ubuntu-latest