Skip to content

Commit

Permalink
ci: install just
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed Jan 4, 2024
1 parent 0bcc5ca commit fde4376
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
nvim-versions: ["stable", "nightly"]
name: test
steps:
- uses: extractions/setup-just@v1
- name: checkout
uses: actions/checkout@v3

Expand All @@ -30,4 +31,4 @@ jobs:
version: ${{ matrix.nvim-versions }}

- name: run tests
run: make test
run: just test

0 comments on commit fde4376

Please sign in to comment.