Skip to content

Commit

Permalink
TWM-15: Updating workflows with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Jul 24, 2023
1 parent 0dc547b commit b7b1baf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/auto-semver.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
name: Code Linting
on:
pull_request:
branches:
- 1.x
workflow_dispatch:

jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1
14 changes: 14 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Auto Semver
on:
pull_request_target:
types: closed
branches:
- 1.x
jobs:
update:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1

0 comments on commit b7b1baf

Please sign in to comment.