Skip to content

Commit

Permalink
run action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadiii committed Oct 19, 2023
1 parent 616be84 commit 0c44cde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: List Flagship
run: ls flagship

- name: run Flagship
run: flagship version
- name: List version
run: ls flagship/0.7.3


# Use the output from the `hello` step
- name: Get the output time
Expand Down
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build:
ncc build src/index.ts --license LICENSE

push:
git add .
git commit -m "run action"
git push

0 comments on commit 0c44cde

Please sign in to comment.