Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sbasan committed Jul 6, 2024
1 parent eee4ad1 commit 3adc65f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ updates:
interval: "monthly"
groups:
python-dev:
applies-to: version-updates
applies-to: version-updates
update-types:
- "minor"
- "patch"
3 changes: 2 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Static code analyzer
permissions: read-all

on:
pull_request:

permissions: read-all

jobs:
analyze_code:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3adc65f

Please sign in to comment.