Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1 #583

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

Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1 #583

Workflow file for this run

name: Linguist
on: push
jobs:
linguist:
name: Run linguist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: fabasoad/linguist-action@v1.0.6
id: linguist
with:
path: './'
percentage: true
- name: Print linguist result
run: echo "${{ steps.linguist.outputs.data }}"