mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Add format workflow for auth
This commit is contained in:
parent
418eaa67f0
commit
69577d8806
12
.github/workflows/coding-style.yml
vendored
12
.github/workflows/coding-style.yml
vendored
@ -71,3 +71,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Run go fmt
|
- name: Run go fmt
|
||||||
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
||||||
|
|
||||||
|
auth:
|
||||||
|
name: "Lint auth"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: ./auth
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run go fmt
|
||||||
|
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user