Skip to content

Commit

Permalink
Create hyde-stan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 24, 2022
1 parent ad4fa5a commit f0a067c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/hyde-stan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: HydeStan

on:
push:
branches: [ "master" ]
pull_request:

permissions:
contents: read

jobs:
analyze:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Run static analysis
run: php ./monorepo/HydeStan/run.php

0 comments on commit f0a067c

Please sign in to comment.