The ggplot2 argument is linewidth -- should we instead go in the other direction to be consistent with the core plotting framework? #1165
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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, master] | |
| pull_request: | |
| branches: [main, master] | |
| name: html-5-check | |
| jobs: | |
| html-5-check: | |
| uses: easystats/workflows/.github/workflows/html-5-check.yaml@main |