LibWeb: Propagate input/textarea selection update to document selection #1
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: Validate code with clang plugins | |
# FIXME: The plugins seem to make this build uncacheable by ccache. We should figure that out and enable this job on PRs. | |
# Perhaps with https://ccache.dev/manual/latest.html#config_compiler_check, which mentions plugins. | |
on: [push] | |
concurrency: | |
group: ${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
build-and-verify: | |
if: always() && github.repository == 'LadybirdBrowser/ladybird' && github.ref == 'refs/heads/master' | |
uses: ./.github/workflows/lagom-template.yml | |
with: | |
toolchain: 'Clang' | |
os_name: 'Linux' | |
os: 'ubuntu-22.04' | |
clang_plugins: true |