Skip to content

Build(deps): Bump aws-actions/amazon-ecr-login from 2.1.6 to 2.1.7 in the actions-minor-patch group #9138

Build(deps): Bump aws-actions/amazon-ecr-login from 2.1.6 to 2.1.7 in the actions-minor-patch group

Build(deps): Bump aws-actions/amazon-ecr-login from 2.1.6 to 2.1.7 in the actions-minor-patch group #9138

Workflow file for this run

name: test-and-build
on:
pull_request: {}
workflow_call: {}
jobs:
unit-test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
with:
fetch-depth: 0
- name: Setup build environment
uses: ./.github/actions/setup-build
- name: Unit test
run: |
make build
make unit-test-no-generate
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
with:
fetch-depth: 0
- name: Setup build environment
uses: ./.github/actions/setup-build
- name: Check go.mod and go.sum
run: make check-gomod
- name: Check schema.json
run: make check-schema
- name: Lint
run: make lint