Skip to content

Commit

Permalink
feat: move package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nexpid committed May 5, 2024
1 parent e3dd0d9 commit 29f5e93
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/iconpack_tree_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ concurrency:
jobs:
write:
runs-on: ubuntu-latest
name: Write Trees
name: Write files
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
path: main

- uses: actions/checkout@v4
with:
ref: iconpack-trees
Expand All @@ -34,11 +33,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x

- uses: pnpm/action-setup@v3

- working-directory: .github/scripts
run: pnpm i
- run: pnpm i

- name: Write trees
working-directory: main
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/list_iconpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x

- uses: pnpm/action-setup@v3

- working-directory: .github/scripts
run: pnpm i
- run: pnpm i

- name: Write ICONPACKS.md
run: node .github/scripts/list_iconpacks/index.mjs
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.github/scripts/node_modules
node_modules
File renamed without changes.
File renamed without changes.

0 comments on commit 29f5e93

Please sign in to comment.