8000 Display notification when update is available · itflow-org/itflow@13a45c8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Display notification when update is available #822

Display notification when update is available

Display notification when update is available #822

Workflow file for this run

name: PHPLint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check PHP syntax errors
uses: overtrue/phplint@4.1.0
0