mirror of
https://github.com/aljazceru/hypergolic.git
synced 2026-01-07 23:54:20 +01:00
problem: style is not uniform
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -2,7 +2,7 @@ name: Build and Deploy to Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["MASTER"]
|
||||
branches: ['MASTER']
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -14,7 +14,7 @@ permissions:
|
||||
|
||||
# Allow one concurrent deployment
|
||||
concurrency:
|
||||
group: "pages"
|
||||
group: 'pages'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
cache: "npm"
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user