Skip to content

test(queries): add tests for queries #68

test(queries): add tests for queries

test(queries): add tests for queries #68

Workflow file for this run

name: Check PR
on:
pull_request: ~
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell -p stylua --run "stylua -f stylua.toml --check ."