Skip to content

Commit ac5cd13

Browse files
committed
show
1 parent 878c010 commit ac5cd13

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
- name: show data files
53-
id: show
53+
id: show1
5454
run: |
5555
ls -l .
5656
ls -l ./data/
@@ -63,6 +63,6 @@ jobs:
6363
md_report_path: './report-rl-json.md'
6464

6565
- name: show data files
66-
id: show
66+
id: show2
6767
run: |
6868
ls -l .

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ prettier:
66

77
lint:
88
npx eslint .
9+
npm run format:check
10+
npm run lint
911

1012
bundle:
1113
npm run bundle

0 commit comments

Comments
 (0)