chore: add deprecation notice to all ToIntXX and ToUIntXX functions #65
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: Files Lint | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read # for actions/checkout to fetch code | |
| jobs: | |
| action-lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout-action | |
| uses: actions/checkout@v5 | |
| - name: actionlint | |
| uses: raven-actions/[email protected] | |
| yamllint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout-action | |
| uses: actions/checkout@v5 | |
| - name: yamllint | |
| uses: ibiqlik/action-yamllint@v3 | |
| typos: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout-action | |
| uses: actions/checkout@v5 | |
| - name: typos-action | |
| uses: crate-ci/[email protected] | |
| markdownlint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout-action | |
| uses: actions/checkout@v5 | |
| - name: markdownlint-cli2-action | |
| uses: DavidAnson/[email protected] | |
| editorconfig: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout-action | |
| uses: actions/checkout@v5 | |
| - name: editorconfig-checker-action | |
| uses: editorconfig-checker/action-editorconfig-checker@v2 |