Skip to content

Commit

Permalink
fix: fix linter setup (#83)
Browse files Browse the repository at this point in the history
* fix: fix linter setup

* fix: remove unused github token reference (#80)

* feat: get github token from bjerk-bot stack reference (#81)

* feat: get github token from bjerk-bot stack

* fix: add githubProvider to other github actions secrets

* feat: use githubProvider everywhere

* fix: get token from stackref, not through provider

* fix: remove unused import

* fix: update import

* fix: update imports and stack refs

* fix: remove unnecessary provider

* refactor: use gitHub instead of github

* feat: add stack refs to bjerk-conf

* fix: remove extraneous provider reference

* fix: remove unused export

* fix: revert irrelevant change

* revert format change

* refactor: move stack-refs into resources folder

* refactor: rename token in import

* fix: use correct quotes

* fix: use singlequotes

* fix: use all lowercase stack refs

* fix: set temporary local github token

* fix: add config

* move away from stackref folder

* move out of stack ref

* fix: revert temp token testing

* fix: remove unnecessary import

* disable default providers

* change github token name

* remove default provider

* do not refresh for a second

* fix token name

* fix token name

---------

Co-authored-by: Simen A. W. Olsen <so@bjerk.io>

* fix: remove references to deprecated google cloud API (#84)

---------

Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
  • Loading branch information
braaar and simenandre committed Jan 11, 2024
1 parent f5ae847 commit 7118cf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": true
},
"files": ["src/**/*.ts"]
}
}

0 comments on commit 7118cf5

Please sign in to comment.