Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Mar 22, 2024
1 parent 0765615 commit 78a6dd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Hugo.zip

cucumber:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -40,7 +40,7 @@ jobs:
VALE_VERSION: 3.3.0

- name: Features
run: make test

- name: Integration
run: vale README.md
run: |
zip -r Hugo.zip Hugo -x "*.DS_Store"
cd testdata && vale sync && cd -
go test -v ./...

0 comments on commit 78a6dd0

Please sign in to comment.