Rename linters workflow to pronto
We're going to add a linters workflow, so the name would be confusing.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
name: linters
|
name: pronto
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linters:
|
pronto:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
Reference in New Issue
Block a user