Skip to content

tlm-lw new codec adde and lkm-lw new product added #3180

tlm-lw new codec adde and lkm-lw new product added

tlm-lw new codec adde and lkm-lw new product added #3180

Workflow file for this run

name: Validate
on: [push, pull_request]
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '~1.18'
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install Dependencies
run: make deps
- name: Validate
run: make validate
- name: Check Format
run: npx prettier --check schema.json "vendor/**/*.yaml" "bin/**/*.js"