Add selected species that were analysed for ABV. Add red list data Fl… #34
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: | |
branches-ignore: | |
- gh-pages | |
name: check-project | |
jobs: | |
check-src: | |
runs-on: ubuntu-latest | |
name: "check project with checklist" | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
permissions: | |
contents: read | |
steps: | |
- uses: inbo/actions/check_project@main |