Skip to content

Style setting

Style setting #3

name: Test for pull request
on:
pull_request:
branches: [development]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build