Skip to content

Commit

Permalink
validation action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronin-vk committed Jul 3, 2024
1 parent f9a71f0 commit 750265c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/actions/validation/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: 'Validation'
description: It runs linter and prettier checks

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Run linters
run: yarn lint:ci
runs:
using: composite
steps:
- name: Run linters
run: yarn lint:ci

0 comments on commit 750265c

Please sign in to comment.