Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-czajkowski committed Nov 17, 2023
1 parent 863563c commit af1b605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Install Dependencies in core package
run: yarn install --prefer-offline --frozen-lockfile

- name: Make the script file executable
run: cd .. && chmod +x lint.sh

- name: Format
run: cd .. && yarn format -w core

Expand Down
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -euo pipefail
set -eu

# Defaults, can be overwritten by input parameters.
WORKSPACE_DEFAULT=""
Expand Down

0 comments on commit af1b605

Please sign in to comment.