Skip to content

Commit da0ffc8

Browse files
authored
Merge pull request #12 from RcppDeepState/RcppDeepState
Analyze the package with RcppDeepState
2 parents 912d13f + 7a6457f commit da0ffc8

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
on:
2+
pull_request:
3+
branches:
4+
- '*'
5+
6+
name: 'RcppDeepState analysis'
7+
jobs:
8+
RcppDeepState:
9+
runs-on: ubuntu-latest
10+
11+
env:
12+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
13+
14+
steps:
15+
- uses: actions/checkout@v2
16+
17+
- uses: FabrizioSandri/RcppDeepState-action@main
18+
with:
19+
fail_ci_if_error: true
20+
location: /
21+
seed: -1
22+
max_seconds_per_function: 2
23+
max_inputs: 3
24+
comment: true
25+
verbose: true

0 commit comments

Comments
 (0)