Skip to content

Bump github.com/apple/swift-nio-http2 from 1.19.1 to 1.19.2 #22

Bump github.com/apple/swift-nio-http2 from 1.19.1 to 1.19.2

Bump github.com/apple/swift-nio-http2 from 1.19.1 to 1.19.2 #22

Workflow file for this run

#
# This source file is part of the FA 2021 open source project
#
# SPDX-FileCopyrightText: 2021 Paul Schmiedmayer and the FA 2021 project authors (see CONTRIBUTORS.md) <[email protected]>
#
# SPDX-License-Identifier: MIT
#
name: SwiftLint
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
swiftlint:
name: SwiftLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict
env:
DIFF_BASE: ${{ github.base_ref }}