Skip to content

Commit

Permalink
ci(default): added selene action
Browse files Browse the repository at this point in the history
ci(default): testing `cargo install selene` action

ci(default): using just `make lint` command

ci(default): reverting to `selene` action
  • Loading branch information
AlejandroSuero committed May 9, 2024
1 parent e3f5c3a commit ce1ebf1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,16 @@ jobs:
- name: Lint
run: sudo make lint

selene:
name: Selene
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Run selene
uses: NTBBloodbath/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --display-style quiet lua/plenary --allow-warnings

0 comments on commit ce1ebf1

Please sign in to comment.