Bump github.com/apple/swift-nio-http2 from 1.19.1 to 1.19.2 #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# This source file is part of the Jass open source project | |
# | |
# SPDX-FileCopyrightText: 2019-2021 Paul Schmiedmayer and the Jass project authors (see CONTRIBUTORS.md) <[email protected]> | |
# | |
# SPDX-License-Identifier: MIT | |
# | |
name: REUSE Compliance Check | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
branches: | |
- develop | |
workflow_dispatch: | |
jobs: | |
reuse: | |
name: REUSE Compliance Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@v1 |