Skip to content

Bump github.com/ironcore-dev/ironcore from 0.2.0 to 0.2.1 #495

Bump github.com/ironcore-dev/ironcore from 0.2.0 to 0.2.1

Bump github.com/ironcore-dev/ironcore from 0.2.0 to 0.2.1 #495

Workflow file for this run

name: Check
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go mod tidy
- run: hack/check.sh