Skip to content

Merge branch 'agent' of github.com:VRIG-RITSEC/fuzzillai into agent #13

Merge branch 'agent' of github.com:VRIG-RITSEC/fuzzillai into agent

Merge branch 'agent' of github.com:VRIG-RITSEC/fuzzillai into agent #13

Workflow file for this run

name: lint
on:
workflow_dispatch: # Manual trigger from GitHub UI
push:
branches: ['**']
paths:
- '**.swift'
- '.swiftlint.yml'
- '.github/workflows/lint.yml'
pull_request:
branches: [main]
paths:
- '**.swift'
- '.swiftlint.yml'
- '.github/workflows/lint.yml'
jobs:
swiftlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --reporter github-actions-logging --lenient