Calendars plugin: add drop shadow for better readability #4598
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# See https://github.com/marketplace/actions/check-crlf | |
# | |
name: "Maintenance" | |
on: | |
push: | |
pull_request_target: | |
types: [synchronize] | |
jobs: | |
main: | |
name: "Check CRLF line endings" | |
runs-on: ubuntu-latest | |
if: "!contains(github.actor, 'transifex')" | |
steps: | |
- name: Checkout repository contents | |
uses: actions/checkout@v4 | |
- name: Check CRLF line endings | |
uses: erclu/check-crlf@v1 | |