Skip to content

Commit

Permalink
fix linter error on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Aug 31, 2024
1 parent 951dde0 commit 1a4cdbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/collaboration-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- run: yarn

- name: Build the package
uses: ./.github/actions/build
with:
package-name: '@editorjs/model'

- name: Run ESLint check
uses: ./.github/actions/lint
with:
Expand Down

0 comments on commit 1a4cdbf

Please sign in to comment.