Skip to content

Commit

Permalink
Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 3, 2020
1 parent 41d8961 commit a8b4bcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -32,9 +32,10 @@ jobs:
run: yarn install
env:
CI: true
- name: Install packages
- name: Setup
run: |
sudo apt install -y jsonlint
find . -type f -print0 | xargs -0 sed -i 's:#!/usr/bin/with-contenv bash:#!/bin/bash:g'
- name: ESLint
run: yarn eslint
- name: Hadolint
Expand Down

0 comments on commit a8b4bcb

Please sign in to comment.