Skip to content

Commit

Permalink
Merge pull request #26 from discoverygarden/feature/reusable-workflow
Browse files Browse the repository at this point in the history
TWM-16: Feature/reusable workflow
  • Loading branch information
nchiasson-dgi authored Jul 27, 2023
2 parents 50f5dd4 + 08ac85e commit 046e026
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Code Linting
on:
workflow_call:

jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1

0 comments on commit 046e026

Please sign in to comment.