Skip to content

Commit

Permalink
Merge pull request #19 from discoverygarden/fix/add-workflows
Browse files Browse the repository at this point in the history
Adding workflows
  • Loading branch information
nchiasson-dgi authored May 13, 2024
2 parents 672ae00 + 666f8e8 commit 077b258
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Code Linting
on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Lint:
uses: discoverygarden/CodeSniffer/.github/workflows/lint.yml@v1
12 changes: 12 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Semantic Version Tagging
on:
pull_request_target:
types: closed
branches:
- main

jobs:
tag_update:
name: Tag Update
uses: discoverygarden/auto-semver/.github/workflows/semver.yml@v1

0 comments on commit 077b258

Please sign in to comment.