Skip to content

Commit

Permalink
Front: CI: rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Aug 8, 2024
1 parent 0392e18 commit a506e80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/actions/cache-front/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ description: 'Cache for Front'
runs:
using: "composite"
steps:
- name: Add build dependencies to container
shell: sh
run: apk add --update --no-progress tar
- name: Cache
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/front.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Front (Vue)"
name: "Front"
on:
pull_request:
branches: [ main ]
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: ./.github/actions/cache-front
- run: yarn
- name: Check format
run: yarn run prettier --check
run: yarn run prettier --check .
Lint:
if: ${{ needs.changes.outputs.front == 'true' && github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit a506e80

Please sign in to comment.