Skip to content

Bump actions/upload-artifact from 3.1.3 to 4.0.0 #420

Bump actions/upload-artifact from 3.1.3 to 4.0.0

Bump actions/upload-artifact from 3.1.3 to 4.0.0 #420

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 }}"