diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 37863e9..77de294 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,14 +9,6 @@ on: jobs: lint: - # strategy: - # matrix: - # type: - # - eslint - # - prettier - # - editorconfig - # - markdownlint - runs-on: ubuntu-latest steps: @@ -40,6 +32,3 @@ jobs: - name: Lint run: npm run lint - - # - name: Lint ${{ matrix.type }} - # run: npm run lint-${{ matrix.type }} --if-present diff --git a/.github/workflows/sync-client.yml b/.github/workflows/sync-client.yml index 4acee49..439bb7f 100644 --- a/.github/workflows/sync-client.yml +++ b/.github/workflows/sync-client.yml @@ -12,7 +12,7 @@ jobs: - name: Set up checkout uses: actions/checkout@v4 - - name: Set up SHA + - name: Set up environment variables run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV - name: Sync @@ -24,4 +24,3 @@ jobs: ASSIGNEES: ${{ github.repository_owner }} COMMIT_PREFIX: ${{ github.workflow }}${{':'}} PR_BODY: check out [`${{ env.SHORT_SHA }}`](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) @${{ github.repository_owner }} :hatching_chick:. -# See https://docs.github.com/ko/actions/writing-workflows/choosing-what-your-workflow-does/contexts#github-context for more detailed context