Skip to content

build(deps-dev): bump chai-as-promised from 8.0.0 to 8.0.1 (#263) #210

build(deps-dev): bump chai-as-promised from 8.0.0 to 8.0.1 (#263)

build(deps-dev): bump chai-as-promised from 8.0.0 to 8.0.1 (#263) #210

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
paths:
- src/**
- Dockerfile
- package.json
- package-lock.json
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
code:
uses: ./.github/workflows/test_package.yml
image:
needs: code
uses: ./.github/workflows/test_image.yml