mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
ci: disable format job
As it's not picking up the ignored list
This commit is contained in:
parent
067b2a7f09
commit
9c997e60d7
1 changed files with 18 additions and 18 deletions
36
.github/workflows/build-test-site.yaml
vendored
36
.github/workflows/build-test-site.yaml
vendored
|
@ -40,24 +40,24 @@ jobs:
|
||||||
run: yarn run lint:js
|
run: yarn run lint:js
|
||||||
working-directory: ./wowchemy
|
working-directory: ./wowchemy
|
||||||
|
|
||||||
format:
|
# format:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
#
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
with:
|
# with:
|
||||||
# Make sure the actual branch is checked out when running on pull requests
|
# # Make sure the actual branch is checked out when running on pull requests
|
||||||
ref: ${{ github.head_ref }}
|
# ref: ${{ github.head_ref }}
|
||||||
|
#
|
||||||
- name: Prettify code
|
# - name: Prettify code
|
||||||
uses: creyD/prettier_action@v3.1
|
# uses: creyD/prettier_action@v3.1
|
||||||
with:
|
# with:
|
||||||
prettier_options: '--write wowchemy/*.{css,js,json,md,scss} wowchemy/**/*.{css,js,json,md,scss}' # Match package.json
|
# prettier_options: '--write wowchemy/*.{css,js,json,md,scss} wowchemy/**/*.{css,js,json,md,scss}' # Match package.json
|
||||||
prettier_version: '2.2.1' # Match package.json
|
# prettier_version: '2.2.1' # Match package.json
|
||||||
commit_message: 'refactor: format code'
|
# commit_message: 'refactor: format code'
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
hugo:
|
hugo:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue