Skip to content

egel is testing out GitHub Actions πŸš€ #3

egel is testing out GitHub Actions πŸš€

egel is testing out GitHub Actions πŸš€ #3

name: GitHub Actions
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
lint-scripts:
runs-on: ubuntu-latest
steps:
- name: install shfmt
run: sudo apt-get install -y shfmt shellcheck
- name: checkout repo
uses: actions/checkout@main
- name: lint files against shellcheck
run: make check_scripts