Skip to content

Commit

Permalink
Update coding-standards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 25, 2024
1 parent f837b03 commit 3320b5c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: fix code styling

on: [push]
on:
push:
branches:
- main
- '*.x'

jobs:
lint:
uses: laravel/.github/.github/workflows/coding-standards.yml@main
uses: laravel/.github/.github/workflows/coding-standards.yml@main

0 comments on commit 3320b5c

Please sign in to comment.