Skip to content

Commit

Permalink
Move travis-ci shellcheck job to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Dec 29, 2021
1 parent 0f67a3c commit 69f7990
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
name: build
name: CI

on: [pull_request, push, workflow_dispatch]

jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Shell Check
run: ./shellcheck.sh
shell: bash

build:
name: Build
needs: check
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

0 comments on commit 69f7990

Please sign in to comment.