Skip to content

Commit

Permalink
Merge branch 'ra/cortex-checks-quality' into ra/cortex-checks-tiers
Browse files Browse the repository at this point in the history
  • Loading branch information
abutalebruby committed Aug 21, 2024
2 parents d646769 + 8d9ddd5 commit 8334976
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 70 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,24 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '21.x'
- run: npm install
- run: npm run lint
- run: yarn install
- run: yarn lint

format:
runs-on: ubuntu-latest

steps:
- name: 'Checkout repository'
uses: actions/checkout@v3
with:
persist-credentials: false
- name: 'Use Node.js'
uses: actions/setup-node@v3
with:
node-version: '21.x'
- run: yarn install
- run: yarn format
- run: yarn format:check
test:
runs-on: ubuntu-latest

Expand All @@ -36,5 +51,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '21.x'
- run: npm install
- run: npm test
- run: yarn install
- run: yarn test
66 changes: 0 additions & 66 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit 8334976

Please sign in to comment.