Skip to content

Merge branch 'channel-config' #13

Merge branch 'channel-config'

Merge branch 'channel-config' #13

Workflow file for this run

name: Prettier format check
on:
push:
pull_request:
permissions:
contents: read
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 20
cache: "npm"
- name: Install node_modules
run: npm ci
- name: Prettier format check
run: npx prettier . --check