Skip to content

Commit daccb02

Browse files
authored
Merge pull request #73 from CodinGame/use-official-runners
Use official runners
2 parents b53a50e + 6e4c3af commit daccb02

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

.eslintrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"es6": true,
44
"browser": true
55
},
6-
"parser": "@typescript-eslint/parser",
76
"parserOptions": {
8-
"ecmaVersion": 2020,
9-
"sourceType": "module",
107
"project": "./tsconfig.eslint.json"
118
},
129
"globals": {
@@ -19,10 +16,5 @@
1916
"ignorePatterns": [
2017
"vscode/**/*",
2118
"dist/**/*"
22-
],
23-
"plugins": [
24-
"@typescript-eslint",
25-
"import",
26-
"unused-imports"
2719
]
2820
}

.github/workflows/check_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check:
99
name: Check build
10-
runs-on: self-hosted
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release:
99
name: Release
10-
runs-on: self-hosted
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)