Skip to content

Remove unnecessary dependency on fs-extra #75

Remove unnecessary dependency on fs-extra

Remove unnecessary dependency on fs-extra #75

Workflow file for this run

# Copyright the Hyperledger Fabric contributors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Pull request
on:
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yaml
pull-request:
needs: test
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: true