Skip to content

Commit

Permalink
Update dclint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Nov 15, 2024
1 parent f4611af commit 3ae6040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dclint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: DCLint
on:
pull_request:
push:
paths:
- 'docker-compose.yml'
push:
pull_request:
paths:
- 'docker-compose.yml'

Expand All @@ -25,4 +25,4 @@ jobs:
run: npm install -g dclint

- name: Run DCLint
run: dclint .
run: dclint .

0 comments on commit 3ae6040

Please sign in to comment.