Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51abddb

Browse files
committed
Delete the runner
1 parent 73c5c06 commit 51abddb

10 files changed

Lines changed: 1 addition & 6118 deletions

File tree

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
**/webpack.config.js
22
lib/**
3-
runner/dist/**
43
src/testdata/**
54
tests/**

.github/update-release-branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
import subprocess
77

8-
EMPTY_CHANGELOG = """# CodeQL Action and CodeQL Runner Changelog
8+
EMPTY_CHANGELOG = """# CodeQL Action Changelog
99
1010
## [UNRELEASED]
1111

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/runner/dist/
2-
/runner/node_modules/
31
# Ignore for example failing-tests.json from AVA
42
node_modules/.cache

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ To see the effect of your changes and to test them, push your changes in a branc
3838

3939
As well as the unit tests (see _Common tasks_ above), there are integration tests, defined in `.github/workflows/integration-testing.yml`. These are run by a CI check. Depending on the change you’re making, you may want to add a test to this file or extend an existing one.
4040

41-
### Building the CodeQL runner
42-
43-
Navigate to the `runner` directory and run `npm install` to install dependencies needed only for compiling the CodeQL runner. Run `npm run build-runner` to output files to the `runner/dist` directory.
44-
4541
## Submitting a pull request
4642

4743
1. [Fork][fork] and clone the repository

lib/runner.js

Lines changed: 0 additions & 345 deletions
This file was deleted.

lib/runner.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)