Skip to content

Merge pull request #190 from holographxyz/feature/hToken-upgrade #360

Merge pull request #190 from holographxyz/feature/hToken-upgrade

Merge pull request #190 from holographxyz/feature/hToken-upgrade #360

name: 'Enforce prettier'
on:
push:
branches:
- main
- testnet
- develop
- experimental
pull_request:
branches:
- main
- testnet
- develop
- experimental
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
persist-credentials: false
# TODO: Fix prettier_action to work on CI/CD
# - name: Prettify code
# uses: creyD/prettier_action@v4.3
# with:
# prettier_options: --check deploy/**/*.ts test/**/*.ts scripts/**/*.ts
# dry: True