sys-config/ltobase: add simple lto cfg based on ltoize remnants #160
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-20.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Run pkgcheck | |
uses: VCTLabs/pkgcheck-action@cleanup |