Skip to content

Commit

Permalink
Fix CMD check and style workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
asadow committed Nov 17, 2023
1 parent c18049d commit 4cc5378
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
MEGAMATION_KEY_HTTR2: ${{ secrets.MEGAMATION_KEY_HTTR2 }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/lint.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ name: Style
jobs:
style:
runs-on: ubuntu-latest
permissions:
contents: write
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ reference:
- mm_get_labels
- title: "Authorization"
desc: >
Set credentials
Install credentials for automatic use
contents:
- mm_authorize
- title: "Programming around the Megamation API"
Expand Down

0 comments on commit 4cc5378

Please sign in to comment.