Skip to content

Commit

Permalink
Use new static analysis workflow and move workflow to correct folder (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Jan 26, 2024
1 parent 0d01a6b commit b89443b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/static-analysis.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: static analysis

on:
push:
branches:
- master
- '*.x'
pull_request:

permissions:
contents: read

jobs:
tests:
uses: laravel/.github/.github/workflows/static-analysis.yml@main

0 comments on commit b89443b

Please sign in to comment.