Skip to content

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

egel is testing out GitHub Actions πŸš€

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

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