Skip to content

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Oct 27, 2024
1 parent 0a65a18 commit da018a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
pull_request:
branches: [dev, master]

name: R-CMD-check
name: Check package

jobs:
R-CMD-check:
check-package:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})
Expand Down

0 comments on commit da018a8

Please sign in to comment.