Skip to content

Commit

Permalink
added lint workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 17, 2024
1 parent 2a9ce1a commit 2bc75c3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Coding Standards"

on:
pull_request:
branches:
- "master"
paths:
- .github/workflows/lint.yml
- composer.*
- lib/**
- phpcs.xml.dist
- tests/**
push:
branches:
- "master"
paths:
- .github/workflows/lint.yml
- composer.*
- lib/**
- phpcs.xml.dist
- tests/**

jobs:
coding-standards:
uses: "doctrine/.github/.github/workflows/[email protected]"

0 comments on commit 2bc75c3

Please sign in to comment.