Skip to content

Commit

Permalink
Create shellcheck.yml (#52)
Browse files Browse the repository at this point in the history
* Create shellcheck.yml

* Delete azure-pipelines.yml

* Update README.md
  • Loading branch information
pvizeli authored Oct 23, 2020
1 parent 5f03798 commit c842cd7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 45 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branch:
- master
pull_request:

name: 'Trigger: Push action'

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![Build Status](https://dev.azure.com/home-assistant/Hass.io/_apis/build/status/builder?branchName=master)](https://dev.azure.com/home-assistant/Hass.io/_build/latest?definitionId=4&branchName=master)

# Build docker env

## Install
Expand Down
43 changes: 0 additions & 43 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit c842cd7

Please sign in to comment.