Skip to content

CI triggered from @tsahee of recorddb_config #545

CI triggered from @tsahee of recorddb_config

CI triggered from @tsahee of recorddb_config #545

Workflow file for this run

name: CI
run-name: CI triggered from @${{ github.actor }} of ${{ github.head_ref }}
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
- name: Test
run: make test
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
- name: Test
run: make lint