Skip to content

Commit

Permalink
Fix syntax error in lint Github Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jan 20, 2025
1 parent 0b37c9b commit 3231636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint DID Methods
on:
pull_request: {}
pull_request:
paths: ["methods/**"]

jobs:
Expand Down

0 comments on commit 3231636

Please sign in to comment.