ci: change name to action

This commit is contained in:
Clelia (Astra) Bertelli
2025-12-15 16:42:31 +01:00
parent edbe5e5bc7
commit 18515e98ee
+2 -2
View File
@@ -3,8 +3,8 @@ on:
pull_request:
jobs:
lint:
name: Lint and Format
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout