Bump trim-newlines from 3.0.0 to 3.0.1 #19
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
# Make sure the Docker container still builds | |
name: Build Docker image | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches-ignore: | |
- translations | |
env: | |
CI: true | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo | |
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f | |
- name: Build the container | |
run: docker build . |