From bdcbe5d85296624f76b337eb600b35813ea71baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Tue, 10 Sep 2024 13:07:47 +0900 Subject: [PATCH] sync-server: synced file(s) with lumirlumir/lumirlumir-configs (#42) * sync-server: synced local './.github/workflows/lint.yml' with remote './configs/.github/workflows/lint.yml' * sync-server: synced local './.github/workflows/sync-client.yml' with remote './configs/.github/workflows/sync-client.yml' --- .github/workflows/lint.yml | 11 ----------- .github/workflows/sync-client.yml | 3 +-- 2 files changed, 1 insertion(+), 13 deletions(-) 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