Skip to content

Merge branch 'kats/cer-2624-toml-config-docs' of https://github.com/C… #169

Merge branch 'kats/cer-2624-toml-config-docs' of https://github.com/C…

Merge branch 'kats/cer-2624-toml-config-docs' of https://github.com/C… #169

Workflow file for this run

name: Lint on Push
on: [push]
jobs:
build-only:
name: Lint with Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{ts,tsx,js,jsx,yml,graphql,mdx,md,json}
github_token: ${{ secrets.GITHUB_TOKEN }}