Skip to content

Commit

Permalink
Merge branch 'main' into drop-lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Nov 6, 2023
2 parents 1ed9079 + 8502833 commit 15cbb65
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,15 @@ jobs:
- uses: JustinBeckwith/linkinator-action@v1
with:
paths: docs/
build-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: google-github-actions/release-please-action
ref: main
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install --save googleapis/release-please#${{ github.ref }}
- run: npm run build

0 comments on commit 15cbb65

Please sign in to comment.