Skip to content

Commit

Permalink
Merge pull request #151 from discoverygarden/DDST-758-update-workflows
Browse files Browse the repository at this point in the history
[DDST-758] update workflows to their reusable versions
  • Loading branch information
nchiasson-dgi authored Nov 14, 2024
2 parents 970471f + 26be07f commit ada58d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Code Linting
on:
pull_request:
Expand All @@ -7,9 +8,4 @@ on:

jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1
uses: discoverygarden/CodeSniffer/.github/workflows/lint.yml@v1
12 changes: 5 additions & 7 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Auto Semver
---
name: Semantic Version Tagging
on:
pull_request_target:
types: closed
branches:
- main
jobs:
update:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1
tag_update:
name: Tag Update
uses: discoverygarden/auto-semver/.github/workflows/semver.yml@v1

0 comments on commit ada58d0

Please sign in to comment.