Skip to content

fix: Untangling can.Frame/canadapter.Frame by moving all to brutella/can #55

fix: Untangling can.Frame/canadapter.Frame by moving all to brutella/can

fix: Untangling can.Frame/canadapter.Frame by moving all to brutella/can #55

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
args: --timeout=5m
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
### ASDF Logic
- name: Setup asdf
uses: asdf-vm/actions/setup@v2
- name: Install asdf plugins
uses: asdf-vm/actions/plugins-add@v2
- name: Install asdf languages
uses: asdf-vm/actions/install@v2
### END
- name: lintroller
run: go run github.com/getoutreach/lintroller/cmd/[email protected] -config lintroller.yaml ./...
- name: test
run: make test