Skip to content

Commit 5e8bfe5

Browse files
authored
[1.x] GitHub actions and drop StyleCI (#20)
2 parents dbcce89 + 98e9adf commit 5e8bfe5

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Fix Code Styling"
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
lint:
13+
uses: laravel/.github/.github/workflows/coding-standards.yml@main
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: update changelog
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
jobs:
8+
update:
9+
uses: laravel/.github/.github/workflows/update-changelog.yml@main

.styleci.yml

-5
This file was deleted.

0 commit comments

Comments
 (0)