mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 22:13:17 +02:00
new workflow files
This commit is contained in:
9
.github/workflows/lintr.yaml
vendored
9
.github/workflows/lintr.yaml
vendored
@ -25,12 +25,9 @@
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- development
|
||||
- main
|
||||
branches: '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
branches: '**'
|
||||
|
||||
name: lintr
|
||||
|
||||
@ -40,7 +37,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: r-lib/actions/setup-r@v2
|
||||
|
||||
|
Reference in New Issue
Block a user