Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 14, 2023
1 parent bbbe58b commit aa14434
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
- run: npm ci
- run: npm run build
- uses: ./
with:
path: test
3 changes: 2 additions & 1 deletion .github/workflows/test-reverse-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
cache: npm
- run: npm ci
- run: npm run -w ./reverse build
working-directory: reverse
- uses: ./reverse
with:
path: test
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Jacob Hummer
Copyright (c) 2023 GitHub Actions for GitHub

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 0 additions & 21 deletions reverse/LICENSE

This file was deleted.

0 comments on commit aa14434

Please sign in to comment.