Skip to content

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

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

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

Workflow file for this run

name: Build and test
on: push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4.2.0
- name: Install and Build 🔧
run: |
yarn install
yarn lint
yarn test
yarn build