Skip to content

Commit

Permalink
Point stylua to toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Oct 1, 2023
1 parent e289e5b commit 2dcbc2a
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: fish-actions/install-fish@v1
- name: Validate fish syntax
run: fish -n .config/fish/**/*.fish
- uses: actions/checkout@v3
- uses: fish-actions/install-fish@v1
- name: Validate fish syntax
run: fish -n .config/fish/**/*.fish
lua:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.18.0
# CLI arguments
args: --check .config/nvim/
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.18.0
args: --check .config/nvim/ -f .config/nvim/stylua.toml

0 comments on commit 2dcbc2a

Please sign in to comment.