Skip to content

Commit

Permalink
Merge pull request #100 from discoverygarden/update-workflows
Browse files Browse the repository at this point in the history
TWM-15: Updating workflows
  • Loading branch information
nchiasson-dgi authored Jul 19, 2023
2 parents 79f9b28 + e84a2cf commit c92fa39
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 29 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,17 +1,16 @@
---
name: Code Linting

on:
pull_request:
branches:
- 8.x-2.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
with:
path: ./
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:
- 8.x-2.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 c92fa39

Please sign in to comment.