mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2026-03-17 04:25:56 +03:00
14 lines
140 B
YAML
14 lines
140 B
YAML
|
|
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "5"
|
|
- "4"
|
|
|
|
install:
|
|
- make node_modules
|
|
|
|
script:
|
|
- make lint
|
|
- make test
|
|
- make coveralls
|