Skip to content

Bump serve-static from 1.15.0 to 1.16.2 #10

Bump serve-static from 1.15.0 to 1.16.2

Bump serve-static from 1.15.0 to 1.16.2 #10

Workflow file for this run

name: main
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
code-style-checks:
uses: ./.github/workflows/code-style.yml
unit-tests:
uses: ./.github/workflows/tests.yml
needs:
- code-style-checks
build:
uses: ./.github/workflows/build.yml
secrets: inherit
needs:
- unit-tests