dev-python/ansible-assertive: remove old python version #247
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pkgcheck | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
# Manually trigger the Action under Actions/pkgcheck | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Run pkgcheck | |
uses: pkgcore/pkgcheck-action@v1 |