Skip to content

build(deps): bump docker/setup-buildx-action from 2 to 3 #236

build(deps): bump docker/setup-buildx-action from 2 to 3

build(deps): bump docker/setup-buildx-action from 2 to 3 #236

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '16.x'
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Check formatting
run: yarn format:check
- name: Lint
run: yarn lint --quiet
- name: Test
run: yarn test