Skip to content

Commit

Permalink
lint.yml: fix linter, change name
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Aug 3, 2023
1 parent e0674ee commit b92aa1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build CI
name: Lint CI

on:
push:
Expand All @@ -17,9 +17,9 @@ jobs:
run: sudo apt-get install -y shellcheck

- name: Check shell scripts for errors
run: make -f utils.mk shellcheck
run: make -f Makefile.lint shellcheck

- name: Check PODs for errors
run: make -f utils.mk podchecker
run: make -f Makefile.lint podchecker

# End of file.

0 comments on commit b92aa1a

Please sign in to comment.