mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-05 00:10:24 +08:00
fix: ci
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -73,7 +73,9 @@ jobs:
|
||||
echo "/tmp/sycl_linux/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Run go generate
|
||||
run: go generate ./...
|
||||
run: |
|
||||
go generate ./...
|
||||
gofmt -w .
|
||||
|
||||
- name: Check for changes
|
||||
id: diff
|
||||
|
||||
Reference in New Issue
Block a user