We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878c010 commit ac5cd13Copy full SHA for ac5cd13
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/checkout@v4
51
52
- name: show data files
53
- id: show
+ id: show1
54
run: |
55
ls -l .
56
ls -l ./data/
@@ -63,6 +63,6 @@ jobs:
63
md_report_path: './report-rl-json.md'
64
65
66
+ id: show2
67
68
Makefile
@@ -6,6 +6,8 @@ prettier:
6
7
lint:
8
npx eslint .
9
+ npm run format:check
10
+ npm run lint
11
12
bundle:
13
npm run bundle
0 commit comments