Skip to content

Commit

Permalink
Remove unnecessary steps in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Feb 20, 2024
1 parent 7eae65d commit e75a55b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci

- name: Check format (prettier)
run: npm run format-check

- name: Lint (eslint)
run: npm run lint-check
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
# Build docker image
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
# Login
- name: Login to Docker registry
uses: docker/login-action@v1
Expand Down

0 comments on commit e75a55b

Please sign in to comment.