Skip to content

Commit

Permalink
Separate check index.html to its own job
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 15, 2023
1 parent b292854 commit 4117ec4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
chmod +x gradlew
./gradlew spotlessCheck
clientformat:
client-lint-format:
name: "PhotonClient Lint and Formatting"
defaults:
run:
Expand All @@ -72,3 +72,10 @@ jobs:
run: npm run lint-ci
- name: Check Formatting
run: npm run format-ci
server-index:
name: "Check server index.html not changed"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check index.html not changed
run: git --no-pager diff --exit-code origin/master photon-server/src/main/resources/web/index.html

0 comments on commit 4117ec4

Please sign in to comment.