Skip to content

Refactor Problem model #275

Refactor Problem model

Refactor Problem model #275

Workflow file for this run

name: Build and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.1
- name: Test All
run: |
make test
- name: Run golangci-lint
uses: golangci/[email protected]
with:
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true