Closed artemnovichkov closed 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!
Current Action `norio-nomuraaction-swiftlint` not found!
I believe this issue has been resolved on 2.1.0.
I tried to use the action on Github CI, but it won't work. Here is my workflow:
In log I see the error message:
Current Action `norio-nomuraaction-swiftlint` not found!