Skip to content

Commit

Permalink
ci: fix some basic errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Mar 18, 2024
1 parent 42e69b5 commit 0068166
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
day: friday
time: '04:10'

- package-ecosystem: "python"
- package-ecosystem: "pip"
directory: "/"
open-pull-requests-limit: 20
schedule:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

shellcheck:
name: "Shell: Lint Shell Scripts"
id: shellcheck
runs-on: self-hosted
steps:
- name: Checkout
Expand All @@ -26,7 +25,6 @@ jobs:
hadolint:
name: "Docker: Lint Dockerfile"
id: hadolint
runs-on: self-hosted
steps:
- name: Checkout
Expand Down

0 comments on commit 0068166

Please sign in to comment.