Skip to content

Adding interface for applications that use operator role and delay in… #78

Adding interface for applications that use operator role and delay in…

Adding interface for applications that use operator role and delay in… #78

Workflow file for this run

name: Code Format Checks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
code-lint-and-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Check formatting
run: yarn format