auto style changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user