8000 Merge branch 'develop' into bs/removed_outdated_code · cvat-ai/cvat@9eadbc3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Removed outdated code related to web analytics #12385

Removed outdated code related to web analytics

Removed outdated code related to web analytics #12385

Workflow file for this run

name: Remark
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Run checks
run: |
yarn install --frozen-lockfile
echo "Remark version: "`npx remark --version`
npx remark --quiet --frail -i .remarkignore .
0