Skip to content

Commit

Permalink
chore: update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Dec 12, 2021
1 parent a611893 commit e16cc31
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
File renamed without changes.
22 changes: 22 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test deployment

on:
pull_request:
branches: [main]
paths: [website/**]

jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
cache: yarn
- name: Test build
working-directory: website
run: |
yarn install --frozen-lockfile
yarn build

1 comment on commit e16cc31

@vercel
Copy link

@vercel vercel bot commented on e16cc31 Dec 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.