Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Oct 6, 2023
1 parent 8da5e76 commit e36c6f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run prettier
run: |
npm install prettier
npx prettier . --check
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/prepare_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Prepare PR

on:
pull_request:
branches:
- next

jobs:
prepare:
uses: Geode-solutions/actions/.github/workflows/web/prepare-pr.yml@master
secrets: inherit
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
"vueIndentScriptAndStyle": true
}

0 comments on commit e36c6f5

Please sign in to comment.