Skip to content

update ci and return gtk theme fot icons #6

update ci and return gtk theme fot icons

update ci and return gtk theme fot icons #6

Workflow file for this run

name: Linting
on:
pull_request:
paths:
- "Linux/**"
- ".github/dependabot.yml"
- ".github/workflows/linting.yml"
push:
branches:
- main
paths:
- "Linux/**"
- ".github/dependabot.yml"
- ".github/workflows/linting.yml"
jobs:
linting:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version-file: Linux/installer/go.mod
cache-dependency-path: Linux/installer/go.sum
- name: Install Nix
uses: cachix/install-nix-action@ab739621df7a23f52766f9ccc97f38da6b7af14f # v31.10.5
with:
extra_nix_config: |
experimental-features = nix-command flakes
- name: Install shell-check toolchain (fish, shellcheck, jq)
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends fish shellcheck jq
- name: Run linting + tests
run: make -C Linux all