浏览代码

fix syntax issues

Narek Matevosyan 2 年之前
父节点
当前提交
fd491cb8cb
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/backend.yml
  2. 1 1
      .github/workflows/e2e-checks.yaml

+ 1 - 1
.github/workflows/backend.yml

@@ -10,7 +10,7 @@ on:
       - "pom.xml"
 permissions:
   checks: write
-  pull-requests: write      
+  pull-requests: write
 jobs:
   build-and-test:
     runs-on: ubuntu-latest

+ 1 - 1
.github/workflows/e2e-checks.yaml

@@ -9,7 +9,7 @@ on:
       - "kafka-ui-e2e-checks/**"
       - "pom.xml"
 permissions:
-  statuses: write      
+  statuses: write
 jobs:
   build-and-test:
     runs-on: ubuntu-latest