Skip to content

Commit 0383a2d

Browse files
committed
Fixing actions
1 parent 067c24d commit 0383a2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22
on: [push]
33
jobs:
4-
varuh build
4+
varuh-build:
55
runs-on: ubuntu-latest
66
steps:
77
- run: echo "\U0001f389 The job was automatically triggered by a ${{ github.event_name }} event."
@@ -17,5 +17,4 @@ jobs:
1717
- run: echo "\U0001f34f This job's status is ${{ job.status }}."
1818
- name: Build code
1919
run: |
20-
make
21-
20+
make

0 commit comments

Comments
 (0)