auto style changes

This commit is contained in:
Wouter Vermeer
2026-04-30 17:42:06 +02:00
parent 358bd4cbf2
commit 6d6534a541
2 changed files with 10 additions and 20 deletions

View File

@@ -1,18 +1,16 @@
---
name: Gitea Test.
run-name: ${{ gitea.actor }}
on:
push:
branches:
- main
- pre-prod
branches: [main, pre-prod]
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
run: make lint
- name: test
run: make test
run: make test