Skip to content

chore(deps): update dependency @types/common-tags to v1.8.4 #10

chore(deps): update dependency @types/common-tags to v1.8.4

chore(deps): update dependency @types/common-tags to v1.8.4 #10

Workflow file for this run

name: Build and Lint Check
on:
pull_request:
workflow_dispatch:
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Lint
run: yarn lint