Skip to content

docs: Rotate invite link used by bots #1476

docs: Rotate invite link used by bots

docs: Rotate invite link used by bots #1476

Workflow file for this run

{
"name": "Count Lines of Code",
"on": [
"push",
"pull_request"
],
"jobs": {
"tokei": {
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v4"
},
{
"name": "Count Lines of Code (tokei)",
"uses": "hypfer/tokei-action@master"
},
{
"name": "Upload tokei output as a build artifact",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "loc.txt",
"path": "loc.txt"
}
}
]
}
}
}