Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Bump go from 1.21.4 to 1.21.5 #33

Bump go from 1.21.4 to 1.21.5

Bump go from 1.21.4 to 1.21.5 #33

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Dashboard
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
- run: npm ci
working-directory: ./dashboard
- run: npm run test
working-directory: ./dashboard
- run: npm run lint
working-directory: ./dashboard
- run: npm run coverage
working-directory: ./dashboard