[No Ticket] Access Token issue fix for Hot fix release #1065
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Swiftlint Check | |
on: | |
pull_request: | |
branches: [ master, candidate, gh-pages ] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Repository checkout | |
uses: actions/checkout@v2 | |
- name: Run SwiftLint | |
run: swiftlint --strict |