Skip to content

Commit

Permalink
Remove --strict validation to allow beta modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiroma committed Apr 1, 2022
1 parent c228d25 commit 29be7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: "composite"
steps:
- name: "Validate composer schema"
run: composer validate --no-ansi --strict
run: composer validate --no-ansi
shell: bash

- name: "Install prod dependencies"
Expand Down

0 comments on commit 29be7c6

Please sign in to comment.