Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1569

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1569

Workflow file for this run

name: CI Lint and Sync
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint run
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=5m0s -v
bash-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Shellcheck
uses: azohra/[email protected]
with:
severity: "error"
go-mod-tidy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: go mod tidy
run: |
./scripts/ci/check_go_modules.sh
sync-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: sync readme
run: |
./scripts/ci/check_readme_in_sync.sh