Add debugging echo
This commit is contained in:
parent
21384aaa8b
commit
542f921635
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ jobs:
|
|||
build:
|
||||
runs-on: node-latest
|
||||
steps:
|
||||
- name: Hello
|
||||
run: |
|
||||
echo "Hello and welcome"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
|
||||
|
|
Loading…
Reference in a new issue