Skip to content

Commit 49bb1b5

Browse files
committed
fixup! add ci prettier changed-file check
1 parent 902ab8b commit 49bb1b5

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -79,35 +79,6 @@ concurrency:
7979
cancel-in-progress: true
8080

8181
jobs:
82-
lint:
83-
runs-on: ubuntu-24.04
84-
steps:
85-
- name: Checkout
86-
uses: actions/checkout@v4
87-
- uses: actions/setup-node@v4
88-
with:
89-
node-version: '22'
90-
cache: yarn
91-
- name: install typescript
92-
shell: bash
93-
run: yarn global add typescript@4.9.5
94-
- name: install dependencies
95-
run: yarn install --frozen-lockfile --network-concurrency 1
96-
- uses: actions/setup-python@v5
97-
with:
98-
python-version: '3.9'
99-
cache: pip
100-
- name: Install python deps
101-
run: pip install flake8
102-
- name: Lint Javascript
103-
run: yarn run --silent lint -- --max-warnings 0
104-
- name: Lint Markdown
105-
run: yarn run --silent lint_md
106-
- name: Lint python
107-
run: flake8 $(git ls-files "*.py")
108-
- name: Lint Yaml
109-
run: yamllint -c yamllint.yml $(git ls-files "*.yml")
110-
11182
unit-tests:
11283
runs-on: ubuntu-24.04
11384
steps:

0 commit comments

Comments
 (0)