diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d8331808..45813551 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,14 +33,8 @@ jobs: node-version: '24' cache: 'npm' - - name: Install libsecret - run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev - - name: Install dependencies run: npm ci - - name: Install mint - run: npm i -g mint - - name: Lint - run: make lint \ No newline at end of file + run: make lint diff --git a/Makefile b/Makefile index 4960eb65..dbdf2aa9 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ mint: lint: npm run lint - cd mintlify && mint openapi-check openapi.yaml lint-openapi: npm run lint:openapi