Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnick committed Mar 11, 2024
1 parent 7822218 commit 2d01363
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
id: lint
run: yarn lint

- name: Deploy
- name: Autofix
if: ${{ steps.lint.outcome != 'success' }}
run: ./bin/autofix.sh
24 changes: 0 additions & 24 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,6 @@ name: Check PR
on: [pull_request]

jobs:
checks:
runs-on: ubuntu-latest

env:
FORCE_COLOR: 1

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install packages
run: yarn install --frozen-lockfile

- name: Eslint
run: yarn eslint

- name: Prettier
run: yarn pretify

tests:
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/automations/autoimport/how-to-set-autoimport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
import autoimportParameters from '/img/automations/autoimport/how-to-set-autoimport/autoimport-parameters.png';
import fileToPrivateStorage from '/img/automations/autoimport/how-to-set-autoimport/how-to-upload-file-to-private-storage.gif';

# Как настроить автоматический импорт из файла по расписанию
# Как настроить автоматический импорт из файла по расписанию

Автоматический импорт по расписанию подгружает данные из файла в указанное время. Его можно настроить в три шага:

Expand Down

0 comments on commit 2d01363

Please sign in to comment.