Config.Tips icon indicating copy to clipboard operation
Config.Tips copied to clipboard

Simple shareable config tips for developers.

Results 8 Config.Tips issues
Sort by recently updated
recently updated
newest added

### What is the name of the config kind? aws-cloudformation.yaml ### Config Tip ``` yaml Description: | Creates a IAM OIDCProvider and a IAM role to grant CircleCI jobs access...

### What is the name of the config kind? .gitignore ### Config Tip ``` # Apple .DS_Store # Visual Code .vscode/ .vscode/* # IntelliJ # Covers JetBrains IDEs: IntelliJ, RubyMine,...

Let's try that again, apparently GitHub weren't too thrilled about me renaming the branch of an active PR. ~~I'll fixup the build lengthen the description when I get back to...

Hello fellow dev! If you are here it means that you are ready to contribute to our open source project [Config.tips](Config.tips) during HacktoberFest 2023. This will be easy, [Config.tips](Config.tips) is...

hacktoberfest

sorry if i didnt follow the contributing guidelines perfectly, i dont exactly have a "dev setup" per se. so i did this all thru the github UI

- Set the list style type based on whether the list is ordered or unordered - Set list-style-position to inside to avoid weird layouts when text is centered This makes...

### What is the name of the config kind? .circleci/config.yml ### Config Tip workflows: version: 2 build-main: jobs: - build: filters: branches: only: main - publish-latest: requires: - build filters:...