Skip to content

Commit

Permalink
💅Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Jul 12, 2024
1 parent 5328332 commit 80ee48c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Branch"

on:
push:
branches: [ "master" ]
branches: ["master"]

jobs:
build-and-test:
runs-on: ubuntu-latest
Expand All @@ -26,10 +26,10 @@ jobs:
- run: yarn format
- name: Check format
run: |
if [ -z "$(git status --untracked-files=no --porcelain)" ]; then
echo "All files formatted"
else
echo "Running format is required"
exit 1
fi
- run: yarn test
if [ -z "$(git status --untracked-files=no --porcelain)" ]; then
echo "All files formatted"
else
echo "Running format is required"
exit 1
fi
- run: yarn test
2 changes: 1 addition & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ hooks:
AfterInstall:
- location: scripts/installApplication.sh
ApplicationStart:
- location: scripts/runSepolia.sh
- location: scripts/runSepolia.sh

0 comments on commit 80ee48c

Please sign in to comment.