Skip to content

bookdown workflow

bookdown workflow #21

Workflow file for this run

name: Super-Linter
on:
push:
pull_request:
branches: [main, master]
jobs:
super-lint:
name: Lint all file types
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Run Super-Linter
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}