Skip to content

build(deps): bump @babel/runtime from 7.20.13 to 7.27.1 in /frontend #306

build(deps): bump @babel/runtime from 7.20.13 to 7.27.1 in /frontend

build(deps): bump @babel/runtime from 7.20.13 to 7.27.1 in /frontend #306

Workflow file for this run

name: "CodeQL"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Build
run: make full-build
- name: Test
run: cd backend && go test -v ./...