diff --git a/.github/workflows/branch.yaml b/.github/workflows/branch.yaml index 7b7411259..f4689d0e9 100644 --- a/.github/workflows/branch.yaml +++ b/.github/workflows/branch.yaml @@ -2,8 +2,8 @@ name: "Branch" on: push: - branches: [ "master" ] - + branches: ["master"] + jobs: build-and-test: runs-on: ubuntu-latest @@ -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 \ No newline at end of file + 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 diff --git a/appspec.yml b/appspec.yml index 103ec75b4..4a58c600d 100644 --- a/appspec.yml +++ b/appspec.yml @@ -9,4 +9,4 @@ hooks: AfterInstall: - location: scripts/installApplication.sh ApplicationStart: - - location: scripts/runSepolia.sh \ No newline at end of file + - location: scripts/runSepolia.sh