From a8b4bcb2ae032386ab7c44a5a2d73ae372e3cd6c Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Sat, 3 Oct 2020 18:05:07 +0100 Subject: [PATCH] Fix shellcheck --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8065bf6e4..27d788f16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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