Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Lint R Package

Lint R Package #112

Workflow file for this run

name:Lint R Package
on:
workflow_run:
workflows:[ "Make Project" ]
types:
-completed
workflow_dispatch:
permissions:read-all
jobs:
lint:
runs-on:ubuntu-latest
env:
GITHUB_PAT:${{ secrets.PAT }}
steps:
-uses:actions/checkout@v4
-uses:r-lib/actions/setup-r@v2
with:
use-public-rspm:true
-uses:r-lib/actions/setup-r-dependencies@v2
with:
extra-packages:any::lintr, local::.
needs:lint
-name:.lintr
run:|
FILE=.setup/lint/.lintr
if [ -f "$FILE" ]; then
cp "$FILE" .
fi
-name:Lint
run:lintr::lint_package()
shell:Rscript {0}
env:
LINTR_ERROR_ON_LINT:true

[8]ページ先頭

©2009-2025 Movatter.jp