Skip to content

chore(deps): update golangci/golangci-lint-action action to v5 - autoclosed #204

chore(deps): update golangci/golangci-lint-action action to v5 - autoclosed

chore(deps): update golangci/golangci-lint-action action to v5 - autoclosed #204

Workflow file for this run

name: bash-checks
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: docker-compose run --rm lint
- name: Test
run: docker-compose run --rm tests