Skip to content

build(dev): bump @semantic-release/github from 10.3.4 to 10.3.5 #662

build(dev): bump @semantic-release/github from 10.3.4 to 10.3.5

build(dev): bump @semantic-release/github from 10.3.4 to 10.3.5 #662

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn run test