Skip to content

Instantly share code, notes, and snippets.

View gifhuppp's full-sized avatar

Hazmee Evolutioan.ai gifhuppp

View GitHub Profile
@gifhuppp
gifhuppp / aws-develop.yaml
Created December 3, 2021 09:27 — forked from JimmyBjorklund/aws-develop.yaml
Use git actions to deploy to AWS EKS and ECR, will build your development branch and tag with develop-n and latest.
name: Deploy to Develop ECR
on:
push:
branches:
- develop
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
This file has been truncated, but you can view the full file.
x86_64-darwin lapack
x86_64-darwin time-ghc-modules
x86_64-darwin box2d
aarch64-linux libsForQt512.krohnkite
x86_64-linux php80Packages.phpcbf
x86_64-linux libreoffice-still-unwrapped
aarch64-linux linuxKernel.packages.linux_libre.zfsUnstable
i686-linux haskellPackages.data-fix
i686-linux python39Packages.consul
i686-linux libsForQt512.kdeplasma-addons
@gifhuppp
gifhuppp / .licrc
Last active January 9, 2023 22:25 — forked from robertohuertasm/.licrc
Simple .licrc config file for Licensebat
[licenses]
# This indicates which are the only licenses that Licensebat will accept.
# The rest will be flagged as not allowed.
accepted = ["MIT", "MSC", "BSD"]
# This will indicate which licenses are not accepted.
# The rest will be accepted, except for the unknown licenses or dependencies without licenses.
# unaccepted = ["LGPL"]
# Note that only one of the previous options can be enabled at once.
# If both of them are informed, only accepted will be considered.