Skip to content

Commit

Permalink
Merge pull request #45 from Typeform/chore/fix-ci-gha NOJIRA-1
Browse files Browse the repository at this point in the history
The `ci.yml` fails to run because it's an invalid GitHub workflow. The error that GitHub reports is:
```
The workflow is not valid. .github/workflows/ci.yml (Line: 11, Col: 5): Unexpected value ''
```

It's probably caused by having an empty `env` object, so this PR removes it.
  • Loading branch information
rubentypeform authored Apr 20, 2023
2 parents fc01fa6 + fe09af7 commit 87855f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
branches:
- main

env:

jobs:
build:
strategy:
Expand Down

0 comments on commit 87855f7

Please sign in to comment.