Skip to content

bt-890: [BUG] fix hard skills section on candidates page #3735

bt-890: [BUG] fix hard skills section on candidates page

bt-890: [BUG] fix hard skills section on candidates page #3735

Workflow file for this run

name: Continuous Integration Pull Request
on:
pull_request:
types:
- assigned
- unassigned
- opened
- edited
- synchronize
- reopened
- labeled
- unlabeled
- ready_for_review
workflow_dispatch:
concurrency:
group: ci-pr-${{ github.ref }}
cancel-in-progress: true
jobs:
ci-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout Source Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: |
npm install -g npm@8
npm run install:all
- name: Lint Commits
run: |
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
- name: Lint Pull Request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx danger ci --failOnErrors --text-only
- name: Add Folder Labels
uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true
- name: Add Environment Labels
uses: ffittschen/pr-branch-labeler@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'