Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Sep 14, 2020
1 parent 37812f8 commit 8f1e1e4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,20 @@
on:
pull_request:
push:
branches:
- master

jobs:
static_analysis:
runs-on: ubuntu-latest
name: Static analysis
steps:
# You must check out your repository, so we can analyse it
- name: Checkout
uses: actions/checkout@v2
- name: PHP Insights App
uses: worksome/phpinsights-app@v0.1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
workingDir: '.'
memory_limit: '1024M'

0 comments on commit 8f1e1e4

Please sign in to comment.