Skip to content

Commit

Permalink
ci: build and test current commit (#34)
Browse files Browse the repository at this point in the history
* ci: build and test current commit

* no build step
  • Loading branch information
juliangruber authored Feb 27, 2024
1 parent 3505bb4 commit 3f5b407
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: juliangruber/merge-pull-request-action@master
- name: Checkout
uses: actions/checkout@v1
- run: npm ci
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1

0 comments on commit 3f5b407

Please sign in to comment.