mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: CI - Remove prettier
This commit is contained in:
parent
be059f2960
commit
7badc5c502
1 changed files with 0 additions and 15 deletions
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
|
@ -41,18 +41,3 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
prettier:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Prettify code
|
||||
uses: creyD/prettier_action@v4.1.1
|
||||
with:
|
||||
# This part is also where you can pass other options, for example:
|
||||
prettier_options: --write .
|
||||
only_changed: True
|
||||
commit_message: "Clean: Prettified Code!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue