Skip to content

chore(deps): update actions/github-script action to v7 - autoclosed #62

chore(deps): update actions/github-script action to v7 - autoclosed

chore(deps): update actions/github-script action to v7 - autoclosed #62

Workflow file for this run

name: Build verification
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
build-tasks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Npm Install
run: |
npm ci
- name: building build
run: |
npm run build