Add double buffering to class, also add a small fix to argb function #44
This file contains hidden or 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
name: Enforce-CRLF | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
permissions: | |
contents: write | |
jobs: | |
enforce-crlf: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Enforce CRLF action | |
uses: DecimalTurn/Enforce-CRLF@ec751ecfeb0e0cf51d19f295435c7a6ec10bac15 #v1.1.3 | |
with: | |
extensions: .bas, .frm, .cls | |
do-checkout: true | |
do-push: true | |