chore(actions): give actions job a descriptive name

This commit is contained in:
Ashhhleyyy 2023-12-27 13:26:04 +00:00
parent b49e017675
commit cafadd781a
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -1,7 +1,8 @@
on:
push:
jobs:
tests:
cache:
name: Build and cache nix artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3