Skip to content

chore(deps): update actions/checkout action to v4 #642

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #642

Workflow file for this run

name: Build and test
on: push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn install
yarn lint
yarn test
yarn build