Skip to content

feat: add dockerfile and entrypoint script to deploy hyperlane #1

feat: add dockerfile and entrypoint script to deploy hyperlane

feat: add dockerfile and entrypoint script to deploy hyperlane #1

Workflow file for this run

name: lint
on:
pull_request:
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.64.6
args: --timeout 10m
github-token: ${{ secrets.github_token }}
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: celestiaorg/.github/.github/actions/yamllint@v0.5.0