Skip to content

Commit a506e80

Browse files
committed
Front: CI: rename workflow
1 parent 0392e18 commit a506e80

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/actions/cache-front/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ description: 'Cache for Front'
33
runs:
44
using: "composite"
55
steps:
6+
- name: Add build dependencies to container
7+
shell: sh
8+
run: apk add --update --no-progress tar
69
- name: Cache
710
uses: actions/cache@v3
811
with:

.github/workflows/front.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Front (Vue)"
1+
name: "Front"
22
on:
33
pull_request:
44
branches: [ main ]
@@ -54,7 +54,7 @@ jobs:
5454
- uses: ./.github/actions/cache-front
5555
- run: yarn
5656
- name: Check format
57-
run: yarn run prettier --check
57+
run: yarn run prettier --check .
5858
Lint:
5959
if: ${{ needs.changes.outputs.front == 'true' && github.event_name == 'pull_request' }}
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)