Skip to content

Commit

Permalink
feat: Update pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
Simoon-F committed Mar 15, 2023
1 parent 1870025 commit 10eb705
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

# - name: Install jq
# run: sudo apt-get install jq
- name: Install jq
run: sudo apt-get install jq

# - name: Generate package.json
# run: |
# jq '.package' template.json > ./template/package.json
# cat ./template/package.json
- name: Generate package.json
run: |
jq '.package' template.json > ./template/package.json
cat ./template/package.json
- name: Switch to directory and run commands
run: |
Expand Down

0 comments on commit 10eb705

Please sign in to comment.