Skip to content

Commit

Permalink
(ci) Perform shellcheck against the ./script dir in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed Dec 2, 2023
1 parent eb18b9c commit 61d6997
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Main build
on: [push]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash
with:
scandir: './script'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @danguita's dotfiles [![Build Status](https://travis-ci.org/danguita/dotfiles.svg?branch=master)](https://travis-ci.org/danguita/dotfiles)
# @danguita's dotfiles ![Build Status](https://github.com/danguita/dotfiles/actions/workflows/main.yml/badge.svg)

## Overview

Expand Down

0 comments on commit 61d6997

Please sign in to comment.