We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d99bb0 commit 2ba9247Copy full SHA for 2ba9247
.github/workflows/provenance.yml
@@ -14,7 +14,7 @@ permissions:
14
contents: read
15
jobs:
16
check-provenance:
17
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
18
steps:
19
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20
with:
.github/workflows/semantic-pull-requests.yml
@@ -16,7 +16,7 @@ jobs:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
if: github.repository == 'npmx-dev/npmx.dev'
name: semantic-pr
21
22
- name: Validate PR title
0 commit comments