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

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 #49

build(deps): bump actions/checkout from 4.1.1 to 4.1.2

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 #49

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"