refactor: update workflows to remove unnecessary inputs and standardize job names

This commit is contained in:
arashagp
2025-01-02 10:57:24 +03:30
parent 9f6efe895e
commit 55d01ac20b
6 changed files with 27 additions and 44 deletions

View File

@@ -15,14 +15,14 @@ env:
NODE_VERSION: lts/*
GPG_KEY_ID: ${{ vars.GPG_KEY_ID }}
permissions:
contents: write
jobs:
main:
name: Build & Lint & Test & Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
- name: 🗃️ Cache Wireit
uses: google/wireit@setup-github-actions-caching/v2
- name: 🏗️ Build TypeScript
- name: 🏗️ Build
run: yarn build
env:
WIREIT_LOGGER: metrics