Skip to content

✨ (hardware-configuration.nix) Add swap #24

✨ (hardware-configuration.nix) Add swap

✨ (hardware-configuration.nix) Add swap #24

Workflow file for this run

on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Auto formatting
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
- name: Check flake
run: nix flake check
- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply Code Formatter