Skip to content

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

egel is testing out GitHub Actions πŸš€

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

name: GitHub Actions
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
shellcheck-lint:
runs-on: ubuntu-latest
steps:
- run: echo "checking files against shellcheck"
- run: make check_scripts