Skip to content

Commit

Permalink
feat: sync peer deps - fix (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimit-ddprop authored Oct 23, 2023
1 parent a1b7e4e commit c7b1808
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sync-peer-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ on:
workflow_dispatch:

jobs:
php-cs-fixer:
sync-peer-deps:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}

- name: Run sync-peer-deps.js
shell: bash
Expand Down

0 comments on commit c7b1808

Please sign in to comment.