소스 검색

style: run prettier

Jonas Gloning 1 년 전
부모
커밋
e5d5520217
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      .github/workflows/browserstack.yml

+ 4 - 4
.github/workflows/browserstack.yml

@@ -14,9 +14,9 @@ jobs:
       - name: "BrowserStack Local Tunnel Setup" # Invokes the setup-local action
         uses: browserstack/github-actions/setup-local@master
         with:
-          local-testing: 'start'
-          local-logging-level: 'all-logs'
-          local-identifier: 'random'
+          local-testing: "start"
+          local-logging-level: "all-logs"
+          local-identifier: "random"
 
       # The next 3 steps are for building the web application to be tested and starting the web server on the runner environment
 
@@ -35,4 +35,4 @@ jobs:
       - name: "BrowserStackLocal Stop" # Terminating the BrowserStackLocal tunnel connection
         uses: browserstack/github-actions/setup-local@master
         with:
-          local-testing: 'stop'
+          local-testing: "stop"