This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Restyle icon + add a rounded frame on the webview #52
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: Lint Vala | |
on: | |
push: | |
pull_request: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/tau-os/builder:nightly | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run vala-lint on project | |
run: vala-lint -c vala-lint.conf . |