Skip to content

chore(docs): updating readme #3

chore(docs): updating readme

chore(docs): updating readme #3

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
shell: bash

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 9, Col: 1): Unexpected value 'shell'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: run protolint
uses: plexsystems/[email protected]
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Install protoc-gen-go
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- name: generate language files
run: make all clean