Skip to content

Bump golang.org/x/text from 0.3.7 to 0.3.8 in /backend #15

Bump golang.org/x/text from 0.3.7 to 0.3.8 in /backend

Bump golang.org/x/text from 0.3.7 to 0.3.8 in /backend #15

Workflow file for this run

name: frontend
on:
push:
paths:
- "frontend/**"
- ".github/workflows/frontend.yml"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
- run: yarn lint
- run: yarn build