fix tab bar position to the bottom of the header when scrolling #148
Workflow file for this run
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: | |
pull_request: | |
push: | |
branches: [main] | |
schedule: | |
- cron: '0 0 * * 1,2,3,4,5' | |
workflow_dispatch: | |
name: docker | |
jobs: | |
docker: | |
name: Docker actions | |
uses: RMI-PACTA/actions/.github/workflows/docker.yml@main | |
with: | |
do-check-r-sysdeps: false |