norio-nomura/action-swiftlint

Won't work on Github CI

artemnovichkov opened this issue · 1 comments

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!

I believe this issue has been resolved on 2.1.0.