Skip to content

chore(brew): add diffusionbee cask #974

chore(brew): add diffusionbee cask

chore(brew): add diffusionbee cask #974

Workflow file for this run

# Based on: https://github.com/actions/starter-workflows/blob/master/ci/node.js.yml
name: ci
on:
push:
branches: [main, next, pu]
pull_request:
branches: [main, next, pu]
jobs:
check-lockfile:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
dprint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: yarn
run: yarn
- name: yarn dprint check
run: yarn dprint check
stylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --allow-hidden --check .
version: "0.19.1"