Skip to content

Commit

Permalink
Update: created local '.github/workflows/verify-build.yml' from remot…
Browse files Browse the repository at this point in the history
…e 'workflows/verify-build-default.yml'
  • Loading branch information
amiabot committed Oct 25, 2024
1 parent 45d0c3b commit 6849f95
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file is managed in https://github.com/happyprime/projects
name: Verify build (Node 20)

on: pull_request

# The GITHUB_TOKEN used by Dependabot has read-only permissions by default. We
# provide write permissions to this workflow so that comments can be left on
# the pull request.
#
# @see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#changing-github_token-permissions
permissions:
contents: read
pull-requests: write

jobs:
call-workflow:
uses: happyprime/workflows/.github/workflows/verify-build.yml@trunk
with:
node-version: 20

0 comments on commit 6849f95

Please sign in to comment.