Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from Typeform/chore/fix-ci-gha NOJIRA-1
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