chore: rewrite api client to use plenary. http dep is dead #26
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: Lint and style | |
on: [push, pull_request] | |
jobs: | |
commit_lint: | |
runs-on: ubuntu-latest | |
steps: | |
# Check commit messages | |
- uses: webiny/[email protected] | |
stylua: | |
name: stylua | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: JohnnyMorganz/stylua-action@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
args: --check lua/ |