Add name tags
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
name: Testing with devbox
|
name: Testing with devbox
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
name: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install devbox
|
- name: Install devbox
|
||||||
uses: jetify-com/devbox-install-action@v0.11.0
|
uses: jetify-com/devbox-install-action@v0.11.0
|
||||||
|
|||||||
Reference in New Issue
Block a user