Skip to content

Instantly share code, notes, and snippets.

@ADejbakhsh
ADejbakhsh / .md
Last active March 6, 2023 23:31
How to set up packj for github action

Intro

Since you are here you already know what is packj and it's for. Incase you missed it here is the link to the repo .

Packj on github action only check for new dependency, and won't check for change in package-lock if you don't mention it.

Requirement

  • No experience required on github action.
  • A open source repo or a credit card. (This tutorial is made on the expectation of open source)
@ADejbakhsh
ADejbakhsh / country codebar ISO3166-1 alpha2.json
Last active August 3, 2022 16:38
Country code corresponding to the alpha 2 convention in json format
[
{
"County code": "00-13",
"Country": "USA and Canada",
"ISO3166-1.alpha2": "US"
},
{
"County code": "20-29",
"Country": "Internal use"
},