1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

ci: rimraf

This commit is contained in:
2025-02-27 12:21:55 +01:00
parent 0faa50685d
commit 27698b3e8a
2 changed files with 51 additions and 102 deletions

View File

@@ -29,6 +29,9 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Install Rimraf
run: npm i rimraf
- name: Check code style
run: npm run lint