Skip to content

feat: add property comparison rules for ordered and comparable types … #719

feat: add property comparison rules for ordered and comparable types …

feat: add property comparison rules for ordered and comparable types … #719

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
name: Run all checks for static analysis
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.14.0
with:
enable-cache: true
devbox-version: ${{ vars.DEVBOX_VERSION }}
- name: Run checks
run: devbox run -- make check