Skip to content

Commit

Permalink
πŸŒ™
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzwarte committed Aug 30, 2022
1 parent e12792e commit 464852b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Run a one-line script
run: echo Hello, world!

# Runs a single command using the runners shell
- name: Run yarn install
run: yarn install

# Runs a single command using the runners shell
- name: Run yarn clean
run: yarn clean
Expand Down

0 comments on commit 464852b

Please sign in to comment.