Skip to content

Add CI/CD pipeline.

Add CI/CD pipeline. #4

Workflow file for this run

name: 🕵 Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4.1.4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: ./install_r_dependencies.yaml
with:

Check failure on line 22 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / 🕵 Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yaml (Line: 22, Col: 14): Unexpected value '' .github/workflows/lint.yaml (Line: 23, Col: 9): Unexpected value 'additional_packages'
additional_packages: "lintr"
- name: Lint
run: lintr::lint_package()
shell: Rscript {0}
env:
LINTR_ERROR_ON_LINT: true