Skip to content

Commit

Permalink
chore: disable i18n pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaouibadi committed Nov 28, 2023
1 parent 0152b63 commit d45a9ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Typecheck
run: "yarn run lint:types"

i18n_lint:
name: "i18n Check"
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@main
# i18n_lint:
# name: "i18n Check"
# uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@main

js_lint:
name: "ESLint"
Expand Down

0 comments on commit d45a9ba

Please sign in to comment.