Skip to content

(get-p-client) Compile & Linting #8

(get-p-client) Compile & Linting

(get-p-client) Compile & Linting #8

name: (get-p-client) Compile & Linting
concurrency:
group: get-p-frontend
cancel-in-progress: true
on:
workflow_dispatch:
workflow_run:
workflows: ["Setup Runner Instance", "(get-p-design) Build"]
pull_request:
branches:
- develop
jobs:
compile-and-lint:
runs-on: self-hosted
steps:
- name: Typescript Compile
run: yarn client compile
- name: Lint Code
run: yarn client lint