Skip to content

Update GitHub Action Versions #506

Update GitHub Action Versions

Update GitHub Action Versions #506

Workflow file for this run

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