build(deps): bump libcosmic from 511384f to ef162b8 (#174)
#39
This file contains hidden or 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: CI | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| version-sync: | |
| name: Cargo.toml version == metainfo release | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Verify versions are in sync | |
| run: python3 .github/workflows/scripts/check-version-sync.py |