Fix CircleCI

This commit is contained in:
Jawad Seddar 2022-10-12 14:03:19 +02:00
parent af5e223427
commit 5da6e50992
1 changed files with 4 additions and 7 deletions

View File

@ -1,24 +1,21 @@
--- ---
version: 2.1 version: 2.1
orbs:
yamllint: freighthub/yamllint@1.0.0
jobs: jobs:
lint-yml: lint-yml:
docker: docker:
- image: circleci/python:3.7.3 - image: cimg/python:3.10
steps: steps:
- checkout - checkout
- run: - run:
name: install yamllint name: install yamllint
command: pip install --user yamllint command: pip install yamllint
- run: - run:
name: lint yml name: lint yml
command: /home/circleci/.local/bin/yamllint . command: yamllint .
lint-md: lint-md:
docker: docker:
- image: cimg/node:18.10.0 - image: cimg/node:18.10
steps: steps:
- checkout - checkout
- run: - run: