Skip to content

fix: remove slack links #629

fix: remove slack links

fix: remove slack links #629

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@v4
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.{ts,tsx,js,jsx,yml,graphql,mdx,md,json}
github_token: ${{ secrets.GITHUB_TOKEN }}