Skip to content

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

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

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

Workflow file for this run

name: Simple build
on:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Run a one-line script
run: yarn && yarn build