Skip to content

Commit

Permalink
typo: fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Sep 14, 2022
1 parent 166fb89 commit f6109f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Build

on:
push:
Expand All @@ -8,8 +8,8 @@ on:
workflow_dispatch:

jobs:
run-linters:
name: Run linters
test-build:
name: Test Build
runs-on: ubuntu-latest

steps:
Expand Down

1 comment on commit f6109f6

@vercel
Copy link

@vercel vercel bot commented on f6109f6 Sep 14, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

web-lib-template – ./

web-template-bay.vercel.app
web-lib-template-git-main.yearn.farm
web.ycorpo.com
web-lib-template.yearn.farm

Please sign in to comment.