Skip to content

Merge pull request #98 from shipwright-io/dependabot/go_modules/githu… #93

Merge pull request #98 from shipwright-io/dependabot/go_modules/githu…

Merge pull request #98 from shipwright-io/dependabot/go_modules/githu… #93

Workflow file for this run

name: Verify
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
generate:
runs-on: ubuntu-latest
name: generate
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Run verify-generate
run: |
make verify-generate
golangci-lint:
runs-on: ubuntu-latest
name: golangci-lint
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m