Skip to content

Add native provider and default to it #57

Add native provider and default to it

Add native provider and default to it #57

Workflow file for this run

name: Format
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .
- uses: actionsx/prettier@v2
with:
args: --check .