Skip to content

Commit

Permalink
Merge pull request scalameta#646 from ckipp01/chores
Browse files Browse the repository at this point in the history
chore(ci): update stylua to 0.20.0 and selene to 0.26.1
  • Loading branch information
ckipp01 authored Feb 13, 2024
2 parents 9331509 + f507dc5 commit 331831f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
env:
VERSION: "0.25.0"
VERSION: "0.26.1"
# shashum -a 256 selene-<version>-linux.zip
SHA256_CHECKSUM: "39ca20f88a5e1c552854c30214129fdce0f8282c0d181d1d6268c85a6735ce37"
SHA256_CHECKSUM: "406697af6a13027a0f95fd65a790ca0b496a28ede4d7355f4b04ebf1d640134e"

- name: Run selene
run: make lint
Expand All @@ -44,7 +44,7 @@ jobs:
uses: JohnnyMorganz/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.19.0
version: 0.20.0
args: --check lua/

test:
Expand Down

0 comments on commit 331831f

Please sign in to comment.