Skip to content

Commit b89443b

Browse files
authored
Use new static analysis workflow and move workflow to correct folder (#87)
1 parent 0d01a6b commit b89443b

File tree

2 files changed

+15
-41
lines changed

2 files changed

+15
-41
lines changed

.github/ISSUE_TEMPLATE/static-analysis.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: static analysis
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- '*.x'
8+
pull_request:
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
tests:
15+
uses: laravel/.github/.github/workflows/static-analysis.yml@main

0 commit comments

Comments
 (0)