You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
679 B

  1. application: go-lint
  2. version: 1
  3. runtime: go
  4. api_version: go1
  5. handlers:
  6. - url: /favicon\.ico
  7. static_files: assets/favicon.ico
  8. upload: assets/favicon\.ico
  9. - url: /robots\.txt
  10. static_files: assets/robots.txt
  11. upload: assets/robots\.txt
  12. - url: /.*
  13. script: _go_app
  14. env_variables:
  15. CONTACT_EMAIL: '' # set contact email for /-/bot.html
  16. GITHUB_CLIENT_ID: '' # used to increase rate-limits; see https://github.com/settings/applications/new
  17. GITHUB_CLIENT_SECRET: '' # used to increase rate-limits; see https://github.com/settings/applications/new
  18. GITHUB_TOKEN: '' # personal token used for authentication; see https://github.com/settings/tokens/new