Skip to content

Commit

Permalink
added names to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
myles3850 committed Jul 6, 2024
1 parent e9c718f commit b2ebba8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
cache: 'yarn'
- name: setup yarn
run: corepack enable
- name:
- name: yarn set version
run: yarn set version stable
- name:
- name: yarn install
run: yarn install --frozen-lockfile
- name: run
- name: run lint
run: yarn lint

format_check:
Expand All @@ -36,9 +36,9 @@ jobs:
cache: 'yarn'
- name: setup yarn
run: corepack enable
- name:
- name: yarn set version
run: yarn set version stable
- name:
- name: yarn install packages
run: yarn install --frozen-lockfile
- name: run
- name: execute prettier
run: yarn exec prettier -c .

0 comments on commit b2ebba8

Please sign in to comment.