Only log warning when retrieving app attributes for non-existing contact #247
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
on: push | |
name: Push / PR Builder | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install clj-kondo | |
uses: DeLaGuardo/setup-clj-kondo@afc83dbbf4e7e32e04649e29dbf30668d30e9e3e | |
with: | |
version: '2022.08.03' | |
- uses: actions/checkout@v2 | |
- name: Lint | |
run: make lint |