Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 2c676e0

Browse files
authored
On pr lint (#69)
1 parent c8cdc05 commit 2c676e0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/pr_test_deploy.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Review deployment
2+
3+
on: pull_request
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v2
12+
13+
- name: Set Node.js 18.x
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: 18.x
17+
18+
- name: Install
19+
run: yarn
20+
21+
- name: Check
22+
run: yarn lint ; yarn format

0 commit comments

Comments
 (0)