Skip to content

Commit

Permalink
Fix setup position
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 16, 2020
1 parent 597a420 commit db25935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Check out files from GitHub
uses: actions/checkout@v2
- 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: Hadolint
uses: brpaz/[email protected]
with:
Expand Down Expand Up @@ -75,10 +79,6 @@ jobs:
run: yarn install
env:
CI: true
- 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: Prettier Check
Expand Down

0 comments on commit db25935

Please sign in to comment.