Compare commits

..

1 Commits

Author SHA1 Message Date
Taras Glek 1cd24ce541
Merge 215f376d4b into bed23c62f5 2025-04-29 15:17:25 +03:00
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
name: codestyle
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn
- run: yarn format
- run: yarn lint