Bump litlytics lib to 0.4.3 to be in line with main release tag #61
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
name: Test and lint | |
on: | |
release: | |
types: [published] | |
push: | |
paths-ignore: | |
- '**/*.md' # Ignore changes to markdown files | |
pull_request: | |
paths-ignore: | |
- '**/*.md' # Ignore changes to markdown files | |
jobs: | |
test-lint: | |
environment: Github CI | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Test and lint | |
uses: ./.github/actions/test-lint |