Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 authored Jan 29, 2024
1 parent ffae2ac commit d5574e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,20 @@ jobs:
run: pnpm publish -q --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Check failure on line 31 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Trailing spaces not allowed
dependabot:
name: 'Dependabot'

Check failure on line 33 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 4 spaces but found 6 spaces

Check failure on line 33 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Must use plain style scalar
needs: [ci]

Check failure on line 34 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 4 spaces but found 6 spaces
runs-on: ubuntu-latest

Check failure on line 35 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 4 spaces but found 6 spaces
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}

Check failure on line 36 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 4 spaces but found 6 spaces
steps:

Check failure on line 37 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 4 spaces but found 6 spaces
- name: Dependabot metadata

Check failure on line 38 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 6 spaces but found 8 spaces
id: metadata

Check failure on line 39 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 8 spaces but found 10 spaces
uses: dependabot/fetch-metadata@v1.3.1

Check failure on line 40 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 8 spaces but found 10 spaces
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d5574e0

Please sign in to comment.