Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 5 additions & 28 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
permissions: {}
timeout-minutes: 10
needs:
- lint
- checks
- production
- development
- zizmor
steps:
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
id: alls-green
Expand All @@ -32,22 +31,12 @@ jobs:
result: ${{ steps.alls-green.outcome }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}

lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
checks:
name: Checks
permissions:
contents: read
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.x"
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
env:
SKIP: no-commit-to-branch
security-events: write
uses: posit-dev/images-shared/.github/workflows/checks.yml@worktree-lychee-link-checking

production:
name: Production
Expand All @@ -66,15 +55,3 @@ jobs:
uses: posit-dev/images-shared/.github/workflows/bakery-build-pr.yml@main
with:
dev-versions: "only"

zizmor:
name: Zizmor
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
4 changes: 4 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Hosts that rate-limit, require auth, or otherwise false-positive.
# One regex per line (matched against each URL). Extend as real failures surface.
https://docs.posit.co/rspm/admin/appendix/configuration.html
https://support.posit.co
2 changes: 1 addition & 1 deletion package-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Mount a custom configuration file:
docker run -v /path/to/rstudio-pm.gcfg:/etc/rstudio-pm/rstudio-pm.gcfg ...
```

See the [configuration documentation](https://docs.posit.co/rspm/admin/appendix/configuration/) for available options.
See the [configuration documentation](https://docs.posit.co/rspm/admin/appendix/configuration.html) for available options.

## Healthcheck

Expand Down
Loading