Skip to content

Remove constraint that zip64 field values be greater than 0 #157

Remove constraint that zip64 field values be greater than 0

Remove constraint that zip64 field values be greater than 0 #157

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict