Skip to content

Commit

Permalink
Merge pull request #21 from zkSync-Community-Hub/edit-workflows
Browse files Browse the repository at this point in the history
chore: edit workflows
  • Loading branch information
itsacoyote authored Jun 4, 2024
2 parents 2bbaebc + e1505c6 commit f740dae
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 27 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,3 @@ jobs:
run: bun install --frozen-lockfile
- name: Runs ESLint
run: bun run lint:eslint

link-check:
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
name: link_check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v4

- uses: oven-sh/setup-bun@v1

- name: "Install dependencies"
run: bun install --production --frozen-lockfile

- name: "Build site"
run: bun run build

- uses: untitaker/[email protected]
with:
args: .output/public/ --sources content/
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
if: ${{ github.event.repository.full_name == github.repository }}
runs-on: ubuntu-latest
environment: prod
environment: production
steps:
- uses: actions/checkout@v4 # v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
if: ${{ github.event.repository.full_name == github.repository }}
environment: staging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: "Install dependencies"
run: bun install --frozen-lockfile
run: bun install --production --frozen-lockfile

- name: "Release"
run: bunx semantic-release
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/github": "^10.0.5",
"@semantic-release/release-notes-generator": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"cspell": "^8.7.0",
"eslint": "^8.57.0",
Expand All @@ -49,7 +46,6 @@
"markdownlint-cli2": "^0.13.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"semantic-release": "^23.1.1"
"prettier-plugin-tailwindcss": "^0.5.14"
}
}

0 comments on commit f740dae

Please sign in to comment.