8000 build-distro: Use tmpfs for openeuler · lxc/lxc-ci@6c8b7e8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build-distro: Use tmpfs for openeuler #780

build-distro: Use tmpfs for openeuler

build-distro: Use tmpfs for openeuler #780

Workflow file for this run

name: Tests
on:
- push
- pull_request
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Repository checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- id: ShellCheck
name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ always() }}
name: Upload artifact with ShellCheck defects in SARIF format
uses: actions/upload-artifact@v4
with:
name: Differential ShellCheck SARIF
path: ${{ steps.ShellCheck.outputs.sarif }}
0