Skip to content

feat: schema package to return structured taxonomy #72

feat: schema package to return structured taxonomy

feat: schema package to return structured taxonomy #72

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
name: Linting
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Setup Taskfile
shell: bash
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
- name: Lint with golangci-lint
run: |
task lint:golangci-lint
- name: Lint with buf
run: |
task lint:buf