aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/on_pull_request.yaml
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-14 10:07:08 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-14 10:07:08 +0300
commit62e32634677f872d0325a8c9330bb7c12fe1f310 (patch)
tree71513b75edad191937802cfb2a67231e2edd2005 /.github/workflows/on_pull_request.yaml
parent714c920c20d07d70a0dd07c8c5cb54d9378e92c4 (diff)
edit names more
Diffstat (limited to '.github/workflows/on_pull_request.yaml')
-rw-r--r--.github/workflows/on_pull_request.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml
index c56eea6b..78e608ee 100644
--- a/.github/workflows/on_pull_request.yaml
+++ b/.github/workflows/on_pull_request.yaml
@@ -6,7 +6,7 @@ on:
jobs:
lint-python:
- name: Python linter
+ name: ruff
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
@@ -24,7 +24,7 @@ jobs:
- name: Run Ruff
run: ruff .
lint-js:
- name: Javascript linter
+ name: eslint
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps: