Skip to content

Commit

Permalink
Run Dlint action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Oct 1, 2019
1 parent b8937c0 commit 1a99e12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: [push]

jobs:
dlint_job:
runs-on: ubuntu-latest
name: Dlint job
steps:
- name: Dlint step
id: dlint
uses: mschwager/dlint-action

0 comments on commit 1a99e12

Please sign in to comment.