Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

build(deps): bump cachix/install-nix-action from 25 to 26 #47

build(deps): bump cachix/install-nix-action from 25 to 26

build(deps): bump cachix/install-nix-action from 25 to 26 #47

Workflow file for this run

---
name: Codestyle checks
'on':
pull_request:
branches:
- main
push:
branches:
- main
jobs:
shellcheck:
name: Run shellcheck style checks
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- run: nix-shell --run "make shellcheck"
yamllint:
name: Run yamllint on github actions files
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- run: nix-shell --run "make yamllint"