We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45791ef commit eb74ad1Copy full SHA for eb74ad1
2 files changed
.github/workflows/aeon-ui-check.yml
@@ -0,0 +1,24 @@
1
+name: AEON UI Code Checking
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+jobs:
8
+ format-check:
9
+ runs-on: ubuntu-latest
10
11
+ steps:
12
+ - name: Checkout code
13
+ uses: actions/checkout@v4
14
15
+ - name: Set up Node.js
16
+ uses: actions/setup-node@v4
17
+ with:
18
+ node-version: lts/*
19
20
+ - name: Install dependencies
21
+ run: npm ci
22
23
+ - name: Run format check
24
+ run: npm run ui:format:check
.github/workflows/landing-page.yml .github/workflows/landing-page-check.yml.github/workflows/landing-page.yml renamed to .github/workflows/landing-page-check.yml
0 commit comments