Skip to content

fix: 🐛 regex works on more than one =~ (#176) #10

fix: 🐛 regex works on more than one =~ (#176)

fix: 🐛 regex works on more than one =~ (#176) #10

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: main
release:
types: [published]
name: Build package
permissions: read-all
jobs:
cran-check:
uses: ./.github/workflows/reusable-cran-check.yaml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
pkgdown:
uses: ./.github/workflows/reusable-pkgdown.yaml
needs: cran-check
permissions:
contents: write
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}