Skip to content

Merge pull request #8 from geerew/favicon #22

Merge pull request #8 from geerew/favicon

Merge pull request #8 from geerew/favicon #22

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
lint-ui:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 9.4.0
run_install: true
- uses: actions/[email protected]
with:
node-version: 20.15.0
- name: lint
working-directory: ./ui
run: pnpm run lint
test-backend:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.22.4
- name: test
run: go test -v ./...