Skip to content

Bump transformers from 4.30.2 to 4.36.0 #63

Bump transformers from 4.30.2 to 4.36.0

Bump transformers from 4.30.2 to 4.36.0 #63

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: pwd

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: Run a multi-line script
run: |
ls
git status