Skip to content

chore(deps): bump peaceiris/actions-gh-pages from 3.7.3 to 4.0.0 #899

chore(deps): bump peaceiris/actions-gh-pages from 3.7.3 to 4.0.0

chore(deps): bump peaceiris/actions-gh-pages from 3.7.3 to 4.0.0 #899

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test