Skip to content

Commit fa0e637

Browse files
committed
update workflows
1 parent 0be63b2 commit fa0e637

File tree

4 files changed

+5
-20580
lines changed

4 files changed

+5
-20580
lines changed

Diff for: .github/workflows/lint.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Lint Frontend
3939
run: npm run lint
4040

41-
- name: Commit Changes
42-
uses: stefanzweifel/git-auto-commit-action@v5
43-
with:
44-
commit_message: fix code style
45-
commit_options: '--no-verify'
41+
# - name: Commit Changes
42+
# uses: stefanzweifel/git-auto-commit-action@v5
43+
# with:
44+
# commit_message: fix code style
45+
# commit_options: '--no-verify'

0 commit comments

Comments
 (0)