Skip to content

Instantly share code, notes, and snippets.

View theguuholi's full-sized avatar
😃

Gustavo theguuholi

😃
View GitHub Profile
name: Tests
on: pull_request
jobs:
check_security:
runs-on: ubuntu-latest
strategy:
matrix:
elixir: [1.13]
// 20230518173256
// https://gist.githubusercontent.com/theguuholi/0a8d3c8ca651f0fe737e10d53415eb20/raw/5a7e49e9c0a7b88b8449639e620d92dde435e5e6/vscode-settings.json
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"emmet.includeLanguages": {
"html-eex": "html"
},
"files.associations": {
export ZSH="/Users/gustavooliveira/.oh-my-zsh"
ZSH_THEME="spaceship"
plugins=(
git
docker
elixir
gcloud
helm
name: Gigalixir CD
on:
push:
branches:
- main
jobs:
deploy:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest