Skip to content

Commit

Permalink
Chore(release): provide workflow to test updatecli config
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Oct 16, 2024
1 parent 4f3c4ab commit d63d77f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ name: pr
on: pull_request

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: updatecli/updatecli-action@v2
- run: updatecli diff --config ./updatecli/updatecli.d
env:
UPDATECLI_GITHUB_ACTOR: ${{ github.actor }}
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d63d77f

Please sign in to comment.