Skip to content

Fix: update v tag

Fix: update v tag #1

Workflow file for this run

name: Container CI
on:
pull_request:
branches: [master]
jobs:
line_endings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git config --global core.autocrlf false
- run: git config --global core.eol lf