Skip to content

Commit

Permalink
3534: Action! 🎬
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Jan 9, 2025
1 parent eaef2e9 commit 4440a01
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,14 @@ jobs:
composer coding-standards-check/twig-cs-fixer
coding-standards-markdown:
name: Yarn - Check Coding Standards (Node ${{ matrix.node }})
name: Markdown - Check Coding Standards
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: |
yarn install
yarn coding-standards-check
- uses: pnorton5432/setup-task@v1
- run: task coding-standards:markdown:check
# Check for any changes
- run: git diff --exit-code && exit 1 || exit 0

code-analysis:
name: PHP - Code analysis
Expand Down

0 comments on commit 4440a01

Please sign in to comment.