hallee / eslint-action

✨ ESLint GitHub Action with inline lint annotations for pull requests
MIT License
120 stars 38 forks source link

Action installation is failing #12

Closed jyash97 closed 4 years ago

jyash97 commented 4 years ago

Hey firstly thanks for creating an awesome Action ✨

Usage:

name: Lint

on: pull_request

jobs:
  eslint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: hallee/eslint-action@master
        env:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Facing the below issue: image

darshkpatel commented 4 years ago

git seems to be missing, #15 will most likely fix the issue

MichaelSp commented 4 years ago

fix confirmed https://github.com/ImisDevelopers/1_011_a_infektionsfall_uebermittellung/runs/703889255