diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 12:42:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 12:42:27 +0900 |
commit | ea1c147730bef183855f5dc079c9a2d19e1c623e (patch) | |
tree | e42dcbc80ec90e1ce034c0a5b2c1265137615ed9 /.github/workflows/ci.yml | |
parent | 94a431923d7dba99e65e414f9d15d95d562e127a (diff) |
Turn on lax mode, fix version
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bce6a2f1..aee22e44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,10 +47,11 @@ jobs: CI: true - name: Validate manifest.json of the extension - uses: cardinalby/schema-validator-action@8407573c2627c5159428cf9fa3770d13b2360a27 # pin@v1 + uses: cardinalby/schema-validator-action@8407573c2627c5159428cf9fa3770d13b2360a27 # v3 with: file: ext/manifest.json schema: "https://json.schemastore.org/chrome-manifest.json" + mode: lax - name: Build run: npm run test-build |