Skip to content

fix SwiftLint

fix SwiftLint #5

Workflow file for this run

name: Validations
on:
pull_request_target:
branches: [main]
types: [opened, reoneped, edited, synchronized]
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict
Danger:
runs-on: ubuntu-latest
steps:

Check failure on line 19 in .github/workflows/validations.yml

View workflow run for this annotation

GitHub Actions / Validations

Invalid workflow file

The workflow is not valid. .github/workflows/validations.yml (Line: 19, Col: 9): Unexpected value 'args'
- uses: actions/checkout@v3
- name: Danger
uses: 417-72KI/danger-swiftlint@v5.10 # Look at the `Note for version`
with:
args: --failOnErrors --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}