Skip to content

Commit

Permalink
added github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Nov 2, 2023
1 parent 81b95c7 commit a5babe3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 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

0 comments on commit a5babe3

Please sign in to comment.