Skip to content

chore(deps): update actions/checkout action to v3 - autoclosed #361

chore(deps): update actions/checkout action to v3 - autoclosed

chore(deps): update actions/checkout action to v3 - autoclosed #361

Workflow file for this run

name: Simple build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Building
run: yarn && yarn build
- name: Testing
run: yarn test