Skip to content

update submit button text #54

update submit button text

update submit button text #54

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
jobs:
ultracite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v4
- run: bun install --frozen-lockfile
- run: bun run check
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v4
- run: bun install --frozen-lockfile
- run: bun run typecheck
lintcn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v4
- name: Cache lintcn binary + Go build cache
uses: actions/cache@v4
with:
path: |
~/.cache/lintcn
~/go/pkg
key: lintcn-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.toml', '.lintcn/**/*.go') }}
restore-keys: |
lintcn-${{ runner.os }}-${{ runner.arch }}-
- run: bun install --frozen-lockfile
- run: bun run lintcn