update readme & action

This commit is contained in:
IgorKha 2021-10-14 01:02:09 +03:00
parent 2bf08a3575
commit 101c1342ee
No known key found for this signature in database
GPG key ID: F283C5AB2D59E902
2 changed files with 38 additions and 29 deletions

View file

@ -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)" ""