mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2026-01-03 16:19:32 +00:00
update readme & action
This commit is contained in:
parent
2bf08a3575
commit
101c1342ee
2 changed files with 38 additions and 29 deletions
14
.github/workflows/action.yml
vendored
14
.github/workflows/action.yml
vendored
|
|
@ -1,11 +1,11 @@
|
|||
name: simple test
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
|
||||
name: deploy
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
lint:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -16,9 +16,9 @@ jobs:
|
|||
severity: "warning, error"
|
||||
|
||||
test:
|
||||
name: test
|
||||
needs: lint
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: deploy with sh script
|
||||
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh)" ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue