Skip to content

ci: remove develop branch from pipeline #25

ci: remove develop branch from pipeline

ci: remove develop branch from pipeline #25

Workflow file for this run

name: Linting
on:
push:
branches: ['main', 'develop']
pull_request:
workflow_dispatch:
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
container: yoheimuta/protolint:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run protolint
run: protolint proto/*.proto