Skip to content

Fix regression where be and beIdenticalTo matchers stopped matching against AnyObject protocols #408

Fix regression where be and beIdenticalTo matchers stopped matching against AnyObject protocols

Fix regression where be and beIdenticalTo matchers stopped matching against AnyObject protocols #408

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: norio-nomura/[email protected]