Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
286047bca1 | ||
|
|
7c5cb5ffec |
@@ -1,18 +0,0 @@
|
|||||||
name: Lint
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
pre-commit-lint:
|
|
||||||
name: pre-commit Linting
|
|
||||||
runs-on: pi
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
|
||||||
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
|
|
||||||
- run: pip install pre-commit
|
|
||||||
shell: bash
|
|
||||||
- name: Pre Commit
|
|
||||||
run: SKIP=no-commit-to-branch pre-commit run -a
|
|
||||||
shell: bash
|
|
||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"description": "Deploys screeps code to the official game or a private server.",
|
"description": "Deploys screeps code to the official game or a private server.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "pnpm@11.21.0",
|
"packageManager": "pnpm@11.25.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user