Skip to content

Commit

Permalink
Merge branch 'main' into ci-clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Sep 10, 2024
2 parents 9fc9252 + bdcbe5d commit c6ee53e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ on:

jobs:
lint:
# strategy:
# matrix:
# type:
# - eslint
# - prettier
# - editorconfig
# - markdownlint

runs-on: ubuntu-latest
container: ubuntu:latest

Expand All @@ -41,6 +33,3 @@ jobs:

- name: Lint
run: npm run lint

# - name: Lint ${{ matrix.type }}
# run: npm run lint-${{ matrix.type }} --if-present
3 changes: 1 addition & 2 deletions .github/workflows/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c6ee53e

Please sign in to comment.