Skip to content

Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 #584

Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2

Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 #584

Workflow file for this run

name: Linguist
on: push
jobs:
linguist:
name: Run linguist
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: fabasoad/[email protected]
id: linguist
with:
path: './'
percentage: true
- name: Print linguist result
run: echo "${{ steps.linguist.outputs.data }}"