Skip to content

Ensure the "idx" cookie value is deleted at the start of sign in #111

Ensure the "idx" cookie value is deleted at the start of sign in

Ensure the "idx" cookie value is deleted at the start of sign in #111

Workflow file for this run

name: Lint code
on:
pull_request:
paths:
- '.github/workflows/lint.yml'
- '.swiftlint.yml'
- 'Sources/**/*.swift'
branches:
- master
- dev-*
- release-*
push:
paths:
- '.github/workflows/lint.yml'
- '.swiftlint.yml'
- 'Sources/**/*.swift'
branches:
- master
- dev-*
- release-*
jobs:
SwiftLint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Lint code using SwiftLint
run: swiftlint lint --reporter github-actions-logging Sources