Skip to content

Commit

Permalink
Note CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 16, 2021
1 parent 2f32b9a commit 9bc54cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions writing-gleam/creating-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ with the Erlang OTP framework.
```sh
gleam new my_fantastic_application --template app
```

## Continuous integration

All Gleam projects come preconfigured for GitHub Actions CI. Push your
project to GitHub to have the tests and linting run automatically for new
commits and pull requests.

0 comments on commit 9bc54cf

Please sign in to comment.