norio-nomura / action-swiftlint

GitHub Action for SwiftLint
MIT License
370 stars 58 forks source link

Won't work on Github CI #7

Closed artemnovichkov closed 5 years ago

artemnovichkov commented 5 years ago

I tried to use the action on Github CI, but it won't work. Here is my workflow:

on: pull_request
name: Lint
jobs:
  lint:
    name: Lint
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - uses: norio-nomura/action-swiftlint@master
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

In log I see the error message: Current Action `norio-nomuraaction-swiftlint` not found!

norio-nomura commented 5 years ago

I believe this issue has been resolved on 2.1.0.