Skip to content

Commit

Permalink
[1.x] GitHub actions and drop StyleCI (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored Nov 2, 2023
2 parents dbcce89 + 98e9adf commit 5e8bfe5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/fix-code-styling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Fix Code Styling"

on:
push:
branches:
- main

permissions:
contents: write

jobs:
lint:
uses: laravel/.github/.github/workflows/coding-standards.yml@main
9 changes: 9 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: update changelog

on:
release:
types: [released]

jobs:
update:
uses: laravel/.github/.github/workflows/update-changelog.yml@main
5 changes: 0 additions & 5 deletions .styleci.yml

This file was deleted.

0 comments on commit 5e8bfe5

Please sign in to comment.