Skip to content

Commit

Permalink
Workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Feb 23, 2024
1 parent e473d3e commit a69f733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run Checks"
name: Run Checks

on:
push:
Expand All @@ -14,7 +14,7 @@ permissions:

jobs:
check-control-station:
name: "Check Control Station"
name: Check Control Station
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: reviewdog/action-eslint@v1
if: github.event_name == 'push'
with:
workDir: control-station/
workdir: control-station/
level: error
reporter: github-check
eslint_flags: src
Expand All @@ -61,7 +61,7 @@ jobs:
run: npm run build

check-pod-operation:
name: "Check Pod Operation"
name: Check Pod Operation
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit a69f733

Please sign in to comment.