Skip to content

Testing Codecov

Testing Codecov #11

Workflow file for this run

name: Shell Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
uses: azohra/shell-linter@latest
with:
path: "install.sh,install"
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Defilan/dotfiles