Skip to content

Commit

Permalink
chore(workflows): install cargo make
Browse files Browse the repository at this point in the history
  • Loading branch information
vzctl committed Dec 12, 2023
1 parent 92613ba commit 8263202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
on:
push:
branches:
- master
- develop
pull_request:

name: Lints
jobs:
fmt:
Expand All @@ -22,5 +20,7 @@ jobs:
steps:
- name: Clone the repository
uses: actions/checkout@v2
- name: Install dependencies
run: cargo +stable make -V || cargo +stable install cargo-make
- name: Run Contract cargo lint checker
run: cargo make check

0 comments on commit 8263202

Please sign in to comment.