Skip to content

added filter, exclude, and ci #22

added filter, exclude, and ci

added filter, exclude, and ci #22

Workflow file for this run

name: Build and Run Stacy
on:
pull_request:
branches: [ main ]
jobs:
build-and-run:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
repository-projects: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run Stacy Analyzer
uses: coinfabrik/[email protected]
with:
target: 'tests/'
- uses: mshick/[email protected]
with:
message-path: ${{ github.workspace }}/report.out