Skip to content

CI: Update FreeBSD images to 13.2-RELEASE and 14.0-RELEASE. #94

CI: Update FreeBSD images to 13.2-RELEASE and 14.0-RELEASE.

CI: Update FreeBSD images to 13.2-RELEASE and 14.0-RELEASE. #94

Workflow file for this run

---
name: Test wscript files
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install flake8 findutils
- name: Lint with flake8
run: find . -type f \( -iname wscript -or -iname jack_control \) -exec flake8 {} \;