This commit is contained in:
Martin Kačmar 2024-10-01 12:46:13 +02:00
Родитель 7a5a085e08
Коммит b575f2856b
1 изменённых файлов: 19 добавлений и 0 удалений

19
.github/workflows/code-formatting.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,19 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
name: Code formatting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run check-fmt