Skip to content

Commit

Permalink
chore: renames lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Nov 21, 2023
1 parent e8e33d9 commit 40d67a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ updates:
- bartoszmajsak

- package-ecosystem: "github-actions"
directory: "/" # resolved as .github/workflows
directory: "/"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linters
name: validate
on:
push:
branches:
Expand Down

0 comments on commit 40d67a9

Please sign in to comment.