slackapi / deno-slack-api

Slack API Client for Deno Run on Slack projects
https://api.slack.com/automation
MIT License
35 stars 17 forks source link

feat: add readme to denoland #91

Closed WilliamBergamin closed 8 months ago

WilliamBergamin commented 8 months ago

Summary

This PR aim to allow denoland to display the readme.md from this repository while maintaining a single source of truth for the readme

Testing

Test this out from this branch

Special notes

This change moves the README.md content to src/README.md and creates a symbolic link between README.md and src/README.md, this makes src/README.md the source of truth but allows GitHub to properly render the README.md file

Feedback

Requirements

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7476afc) 100.00% compared to head (ddf2d3a) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #91 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 36 36 Lines 1091 1091 Branches 13 16 +3 ========================================= Hits 1091 1091 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.