Skip to content

Commit

Permalink
Set tabs to 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonVanAssche committed Nov 24, 2022
1 parent 6b88aeb commit 7d3d6e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Shellcheck
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
shopt -s nullglob
shellcheck bashpass -e SC2140
shellcheck scripts/* -e SC2016
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
shopt -s nullglob
shellcheck bashpass -e SC2140
shellcheck scripts/* -e SC2016

0 comments on commit 7d3d6e0

Please sign in to comment.