gamescope: Add Steam Big picture overlay synthesis patch #57
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: Module No-Op | |
on: | |
pull_request: | |
push: | |
jobs: | |
eval: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@v4 | |
- name: Verify module is a No-Op | |
run: nix-instantiate ./support/nix-tests/check-no-ops.nix |