diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-21 12:22:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 12:22:54 +0900 |
commit | 7a3905f2398df08a3529fc771604ac96fe9c6e3b (patch) | |
tree | ed6a5888466b430d097710fe6e8fa1485a11635d /.github/workflows | |
parent | 0fbfeb883eb4ca03b9a802757138fef9a6835cdc (diff) |
Update schema-validator-action to 3.1.0
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18189b6d..0254cbaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,8 @@ jobs: run: npm run build - name: Validate manifest.json of the extension - uses: cardinalby/schema-validator-action@8407573c2627c5159428cf9fa3770d13b2360a27 # v3 + uses: cardinalby/schema-validator-action@76c68bfc941bd2dc82859f2528984999d1df36a4 # v3.1.0 with: file: ext/manifest.json schema: "https://json.schemastore.org/chrome-manifest.json" - mode: lax
\ No newline at end of file + fixSchemas: true |